AgoraChatSDK 1.2.0
Properties | List of all members
AgoraChatPresence Class Reference

#import <AgoraChatPresence.h>

Inheritance diagram for AgoraChatPresence:

Properties

NSString *_Nonnull publisher
 
NSArray< AgoraChatPresenceStatusDetail * > *_Nullable statusDetails
 
NSString *_Nullable statusDescription
 
NSInteger lastTime
 
NSInteger expirytime
 

Detailed Description

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.

Property Documentation

◆ 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.


The documentation for this class was generated from the following file: