AgoraChatSDK 1.3.1
|
#import <AgoraChatPresence.h>
Properties | |
NSString *_Nonnull | publisher |
NSArray< AgoraChatPresenceStatusDetail * > *_Nullable | statusDetails |
NSString *_Nullable | statusDescription |
NSInteger | lastTime |
NSInteger | expirytime |
The presence property class that contains presence properties, including the publisher's user ID and current presence state, and the platform used by the online device, as well as the presence's extension information, update time, and subscription expiration time.
|
readwritenonatomicassign |
The expiration time of the presence subscription.
|
readwritenonatomicassign |
The presence update time, which is generated by the server.
|
readwritenonatomicstrong |
The user ID of the presence publisher.
|
readwritenonatomicassign |
The presence description information.
|
readwritenonatomicstrong |
The details of the current presence state.