AgoraRtmMessageType Constants Reference

Declared in AgoraRtmKit.h

AgoraRtmMessageType

消息类别。

Definition

typedef NS_ENUM(NSInteger, AgoraRtmMessageType ) {
   AgoraRtmMessageTypeUndefined = 0,
   AgoraRtmMessageTypeText = 1,
   AgoraRtmMessageTypeRaw = 2,
   AgoraRtmMessageTypeFile = 3,
   AgoraRtmMessageTypeImage = 4,
};

Constants

AgoraRtmMessageTypeUndefined

0: 未定义的消息类别。

Declared In AgoraRtmKit.h.

AgoraRtmMessageTypeText

1: 文本消息。

Declared In AgoraRtmKit.h.

AgoraRtmMessageTypeRaw

2: 自定义二进制消息。

Declared In AgoraRtmKit.h.

AgoraRtmMessageTypeFile

3: 文件消息。大小不得超过 32 KB。

Declared In AgoraRtmKit.h.

AgoraRtmMessageTypeImage

4: 图片消息。大小不得超过 32 KB。

Declared In AgoraRtmKit.h.

Declared In

AgoraRtmKit.h