IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMGroupAtInfo

Public Member Functions

long getSeq ()
 
int getAtType ()
 

Static Public Attributes

static final String AT_ALL_TAG = "__kImSDK_MesssageAtALL__"
 
static final int TIM_AT_UNKNOWN = 0
 
static final int TIM_AT_ME = 1
 
static final int TIM_AT_ALL = 2
 
static final int TIM_AT_ALL_AT_ME = 3
 

Member Function Documentation

◆ getSeq()

long getSeq ( )
inline

◆ getAtType()

int getAtType ( )
inline

Field Documentation

◆ AT_ALL_TAG

final String AT_ALL_TAG = "__kImSDK_MesssageAtALL__"
static

◆ TIM_AT_UNKNOWN

final int TIM_AT_UNKNOWN = 0
static

Error status

◆ TIM_AT_ME

final int TIM_AT_ME = 1
static

@me

◆ TIM_AT_ALL

final int TIM_AT_ALL = 2
static

@all in the group

◆ TIM_AT_ALL_AT_ME

final int TIM_AT_ALL_AT_ME = 3
static

@all in the group and @me alone