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

Static Public Member Functions

static int getValue (RtmMessagePriority type)
 

Public Attributes

 HIGHEST =(0)
 
 HIGH =(1)
 
 NORMAL =(4)
 
 LOW =(8)
 

Detailed Description

The priority of rtm message.

Member Data Documentation

◆ HIGHEST

io.agora.rtm.RtmConstants.RtmMessagePriority.HIGHEST =(0)

0: The highest priority.

◆ HIGH

io.agora.rtm.RtmConstants.RtmMessagePriority.HIGH =(1)

1: The high priority.

◆ NORMAL

io.agora.rtm.RtmConstants.RtmMessagePriority.NORMAL =(4)

4: The normal priority (Default).

◆ LOW

io.agora.rtm.RtmConstants.RtmMessagePriority.LOW =(8)

8: The low priority.