AgoraRtmChannelAttribute Class Reference
Inherits from | NSObject |
---|---|
Declared in | AgoraRtmKit.h |
key
频道属性的属性名。必须为可见字符且长度不得超过 32 字节。
@property (nonatomic, copy, nonnull) NSString *key
Declared In
AgoraRtmKit.h
value
频道属性的属性值。长度不得超过 8 KB。
@property (nonatomic, copy, nonnull) NSString *value
Declared In
AgoraRtmKit.h
lastUpdateUserId
最近一次更新频道属性用户的 ID。
@property (nonatomic, copy, nonnull) NSString *lastUpdateUserId
Declared In
AgoraRtmKit.h
lastUpdateTs
频道属性最近一次更新的时间戳(毫秒)。
@property (nonatomic, assign, readonly) long long lastUpdateTs
Declared In
AgoraRtmKit.h