AgoraRtmAttribute Class Reference

Inherits from NSObject
Declared in AgoraRtmKit.h

Overview

A data structure holding an RTM attribute and its value.

  key

The attribute name. Must be visible characters and not exceed 32 Bytes in length.

@property (nonatomic, copy, nonnull) NSString *key

Declared In

AgoraRtmKit.h

  value

The attribute value. Must not exceed 8 KB in length.

@property (nonatomic, copy, nonnull) NSString *value

Declared In

AgoraRtmKit.h