HyphenateChatSDK  4.6.0
EMCustomMessageBody.h
1 
15 #import <Foundation/Foundation.h>
16 #import "EMCommonDefs.h"
17 #import "EMMessageBody.h"
18 
27 
35 @property (nonatomic, copy) NSString *event;
36 
44 @property (nonatomic, copy) NSDictionary<NSString *,NSString *> *customExt;
45 
46 
64 - (instancetype _Nonnull)initWithEvent:(NSString *_Nullable)aEvent customExt:(NSDictionary<NSString *,NSString *> *_Nullable)aCustomExt;
65 
66 -(instancetype _Nonnull ) init __attribute__((unavailable("call initWithEvent:customExt: instead")));
67 @end
NSString * event
Definition: EMCustomMessageBody.h:35
Definition: EMCustomMessageBody.h:26
Definition: EMMessageBody.h:45
NSDictionary< NSString *, NSString * > * customExt
Definition: EMCustomMessageBody.h:44