agora_chat_SDK  3.8.2
Instance Methods | Properties | List of all members
CustomMessageBody Class Reference

#import <CustomMessageBody.h>

Inheritance diagram for CustomMessageBody:
MessageBody

Instance Methods

(instancetype) - initWithEvent:customExt:
 
() - EM_DEPRECATED_IOS
 
(instancetype) - initWithEvent:ext:
 
() - EM_DEPRECATED_IOS
 

Properties

NSString * event
 
NSDictionary< NSString *, NSString * > * customExt
 
NSDictionary * ext
 
- Properties inherited from MessageBody
MessageBodyType type
 

Detailed Description

CustomMessageBody.h Custom message body

Author
Hyphenate
Version
3.00

Custom message body

Method Documentation

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

Initialize a custom message body instance

Parameters
aEventCustom event
aCustomExtCustom extension dictionary
Returns
Custom message body instance
- (instancetype) initWithEvent: (NSString *)  aEvent
ext: (NSDictionary *)  aExt 

Initialize a custom message body instance

Parameters
aEventCustom event
aExtextension dictionary
Returns
Custom message body instance

Property Documentation

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

Custom extension dictionary

- (NSString*) event
readwritenonatomiccopy

Custom event

- (NSDictionary*) ext
readwritenonatomiccopy

extension dictionary


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