Agora Java API Reference for Android
Static Public Member Functions | Public Attributes | List of all members
io.agora.rtm.RtmConstants.RtmMessageType Enum Reference

Static Public Member Functions

static int getValue (RtmMessageType type)
 
static RtmMessageType getEnum (int value)
 

Public Attributes

 BINARY =(0)
 
 STRING =(1)
 

Detailed Description

RTM message type.

Member Data Documentation

◆ BINARY

io.agora.rtm.RtmConstants.RtmMessageType.BINARY =(0)

0: The binary message.

◆ STRING

io.agora.rtm.RtmConstants.RtmMessageType.STRING =(1)

1: The ascii message.