AgoraRtmAttribute Class Reference

Inherits from NSObject
Declared in AgoraRtmKit.h

Overview

维护 RTM 属性。

  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