Agora RTC Objective-C API Reference  Refactor
Properties
AgoraRtmMetadataItem Class Reference

Inherits <NSObject>.

Properties

NSString * key
 
NSString * value
 
NSString * authorUserId
 
long long revision
 
unsigned long long updateTs
 

Property Documentation

◆ key

- (NSString*) key
readwritenonatomiccopy

The key of the metadata item.

◆ value

- (NSString*) value
readwritenonatomiccopy

The value of the metadata item.

◆ authorUserId

- (NSString*) authorUserId
readwritenonatomiccopy

The User ID of the user who makes the latest update to the metadata item.

◆ revision

- (long long) revision
readwritenonatomicassign

The revision of the metadata item.

◆ updateTs

- (unsigned long long) updateTs
readwritenonatomicassign

The timestamp when the metadata item was last updated.