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