The specific reason for being kicked out. More...
Public Member Functions | |
AlivcLivePushKickedOutType (int code) | |
int | getCode () |
Static Public Member Functions | |
static AlivcLivePushKickedOutType | fromCode (int code) |
Public Attributes | |
BE_KICK_OUT =(1) | |
CHANNEL_TERMINATED =(2) | |
USER_REPLACED =(3) | |
The specific reason for being kicked out.
Definition at line 14 of file AlivcLivePushKickedOutType.java.
com.alivc.live.annotations.AlivcLivePushKickedOutType.AlivcLivePushKickedOutType | ( | int | code | ) |
Definition at line 35 of file AlivcLivePushKickedOutType.java.
|
static |
Return corresponding enumeration based on value.
code | value |
Definition at line 54 of file AlivcLivePushKickedOutType.java.
int com.alivc.live.annotations.AlivcLivePushKickedOutType.getCode | ( | ) |
Get code for being kicked out
Definition at line 44 of file AlivcLivePushKickedOutType.java.
com.alivc.live.annotations.AlivcLivePushKickedOutType.BE_KICK_OUT =(1) |
current user is kicked out from the live room and needs to exit
Definition at line 19 of file AlivcLivePushKickedOutType.java.
com.alivc.live.annotations.AlivcLivePushKickedOutType.CHANNEL_TERMINATED =(2) |
The live room is destroyed, need to exit
Definition at line 24 of file AlivcLivePushKickedOutType.java.
com.alivc.live.annotations.AlivcLivePushKickedOutType.USER_REPLACED =(3) |
The same userId enters the live room on other devices, and the current device will be offline
Definition at line 29 of file AlivcLivePushKickedOutType.java.