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

Static Public Member Functions

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

Public Attributes

 NONE =(0x00000000)
 
 MESSAGE =(0x00000001)
 
 STREAM =(0x00000002)
 

Detailed Description

Rtm service type.

Member Data Documentation

◆ NONE

io.agora.rtm.RtmConstants.RtmServiceType.NONE =(0x00000000)

0: The type of rtm service not specified.

◆ MESSAGE

io.agora.rtm.RtmConstants.RtmServiceType.MESSAGE =(0x00000001)

1: The basic functionality of rtm service.

◆ STREAM

io.agora.rtm.RtmConstants.RtmServiceType.STREAM =(0x00000002)

2: The advanced functionality of rtm service.