9#import <Foundation/Foundation.h>
20@property (nonatomic,strong) NSString* _Nonnull
device;
25@property (nonatomic) NSInteger
status;
37@property (nonatomic,strong) NSString*_Nonnull publisher;
43@property (nonatomic,strong) NSArray<AgoraChatPresenceStatusDetail*>*_Nullable statusDetails;
49@property (nonatomic) NSString*_Nullable statusDescription;
55@property (nonatomic) NSInteger lastTime;
61@property (nonatomic) NSInteger expirytime;
Definition: AgoraChatPresence.h:33
Definition: AgoraChatPresence.h:16
NSInteger status
Definition: AgoraChatPresence.h:25
NSString *_Nonnull device
Definition: AgoraChatPresence.h:20