ShengwangChatSDK 1.3.2
属性 | 所有成员列表
AgoraChatPresence类 参考

#import <AgoraChatPresence.h>

类 AgoraChatPresence 继承关系图:

属性

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.

属性说明

◆ expirytime

- (NSInteger) expirytime
readwritenonatomicassign

The expiration time of the presence subscription.

◆ lastTime

- (NSInteger) lastTime
readwritenonatomicassign

The presence update time, which is generated by the server.

◆ publisher

- (NSString* _Nonnull) publisher
readwritenonatomicstrong

The user ID of the presence publisher.

◆ statusDescription

- (NSString* _Nullable) statusDescription
readwritenonatomicassign

The presence description information.

◆ statusDetails

- (NSArray<AgoraChatPresenceStatusDetail*>* _Nullable) statusDetails
readwritenonatomicstrong

The details of the current presence state.


该类的文档由以下文件生成: