HyphenateChatSDK 4.8.0
Instance Methods | Properties | List of all members
EMCustomMessageBody Class Reference

#import <EMCustomMessageBody.h>

Inheritance diagram for EMCustomMessageBody:
EMMessageBody

Instance Methods

(instancetype _Nonnull) - initWithEvent:customExt:
 
((unavailable("call initWithEvent:customExt: instead") - __attribute__
 

Properties

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

Detailed Description

@header EMCustomMessageBody.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: