AgoraChatSDK
1.3.1
AgoraChat.framework
Headers
AgoraChatCustomMessageBody.h
1
9
#import <Foundation/Foundation.h>
10
#import "AgoraChatCommonDefs.h"
11
#import "AgoraChatMessageBody.h"
12
17
@interface
AgoraChatCustomMessageBody
:
AgoraChatMessageBody
18
23
@property
(nonatomic, copy) NSString *
event
;
24
29
@property
(nonatomic, copy) NSDictionary<NSString *,NSString *> *
customExt
;
30
31
41
- (instancetype _Nonnull)initWithEvent:(NSString *_Nullable)aEvent customExt:(NSDictionary<NSString *,NSString *> *_Nullable)aCustomExt;
42
43
-(instancetype _Nonnull ) init __attribute__((unavailable("call initWithEvent:customExt: instead")));
44
@end
AgoraChatCustomMessageBody
Definition:
AgoraChatCustomMessageBody.h:18
AgoraChatCustomMessageBody::customExt
NSDictionary< NSString *, NSString * > * customExt
Definition:
AgoraChatCustomMessageBody.h:29
AgoraChatCustomMessageBody::event
NSString * event
Definition:
AgoraChatCustomMessageBody.h:23
AgoraChatMessageBody
Definition:
AgoraChatMessageBody.h:33
Generated by
1.9.4