AgoraChatSDK 1.2.0
Instance Methods | Properties | List of all members
AgoraChatCustomMessageBody Class Reference

#import <AgoraChatCustomMessageBody.h>

Inheritance diagram for AgoraChatCustomMessageBody:
AgoraChatMessageBody

Instance Methods

(instancetype _Nonnull) - initWithEvent:customExt:
 

Properties

NSString * event
 
NSDictionary< NSString *, NSString * > * customExt
 
- Properties inherited from AgoraChatMessageBody
AgoraChatMessageBodyType type
 
NSUInteger operationTime
 
NSString * operatorId
 
NSUInteger operatorCount
 

Detailed Description

@header AgoraChatCustomMessageBody.h @abstract Custom message body

Author
Hyphenate
Version
3.00 The custom message body.

Method Documentation

◆ initWithEvent:customExt:

- (instancetype _Nonnull) initWithEvent: (NSString *_Nullable)  aEvent
customExt: (NSDictionary< NSString *, NSString * > *_Nullable)  aCustomExt 

Initializes a custom message body instance.

Parameters
aEventThe custom event.
aCustomExtThe custom extension dictionary.
Returns
The custom message body instance.

Property Documentation

◆ customExt

- (NSDictionary<NSString *,NSString *>*) customExt
readwritenonatomiccopy

The custom extension dictionary.

◆ event

- (NSString*) event
readwritenonatomiccopy

The custom event.


The documentation for this class was generated from the following file: