AgoraChatSDK
1.0.7
AgoraChat.framework
Headers
AgoraChatCustomMessageBody.h
1
15
#import <Foundation/Foundation.h>
16
#import "AgoraChatCommonDefs.h"
17
#import "AgoraChatMessageBody.h"
18
26
@interface
AgoraChatCustomMessageBody
:
AgoraChatMessageBody
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
@end
AgoraChatCustomMessageBody
Definition:
AgoraChatCustomMessageBody.h:27
AgoraChatCustomMessageBody::customExt
NSDictionary< NSString *, NSString * > * customExt
Definition:
AgoraChatCustomMessageBody.h:44
AgoraChatCustomMessageBody::event
NSString * event
Definition:
AgoraChatCustomMessageBody.h:35
AgoraChatMessageBody
Definition:
AgoraChatMessageBody.h:45
Generated by
1.9.4