public interface NimIntent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_RECEIVE_AVCHAT_CALL_NOTIFICATION
The broadcast action to receive new message.
|
static java.lang.String |
ACTION_RECEIVE_CUSTOM_NOTIFICATION
The broadcast action to receive a new system notification.
|
static java.lang.String |
ACTION_RECEIVE_MSG
The broadcast action to receive new message.
|
static java.lang.String |
ACTION_RECEIVE_RTS_NOTIFICATION
The broadcast action to receive new message.
|
static java.lang.String |
EXTRA_BROADCAST_MSG
The key of the extra of the message content contained in the broadcast.
|
static java.lang.String |
EXTRA_NOTIFY_CONTENT
The key of the Extra data in the PendingIntent of the default notification bar alert.
|
static java.lang.String |
EXTRA_NOTIFY_SESSION_CONTENT
The key of the Extra data in the PendingIntent of the default notification bar alert.
|
static java.lang.String |
PERMISSION_RECEIVE_MSG
Permissions required to receive SDK messages and notification broadcasts.
|
static final java.lang.String PERMISSION_RECEIVE_MSG
static final java.lang.String ACTION_RECEIVE_MSG
PERMISSION_RECEIVE_MSG
permissions to receive this broadcastEXTRA_BROADCAST_MSG
and the value is ArrayListstatic final java.lang.String ACTION_RECEIVE_CUSTOM_NOTIFICATION
PERMISSION_RECEIVE_MSG
permissions to receive this broadcastEXTRA_BROADCAST_MSG
and the value is CustomSystemNotification. static final java.lang.String ACTION_RECEIVE_AVCHAT_CALL_NOTIFICATION
PERMISSION_RECEIVE_MSG
permissions to receive this broadcastEXTRA_BROADCAST_MSG
and the value is VoipCallInfo. static final java.lang.String ACTION_RECEIVE_RTS_NOTIFICATION
PERMISSION_RECEIVE_MSG
permissions to receive this broadcastEXTRA_BROADCAST_MSG
and the value is VoipCallInfo. static final java.lang.String EXTRA_BROADCAST_MSG
static final java.lang.String EXTRA_NOTIFY_CONTENT
static final java.lang.String EXTRA_NOTIFY_SESSION_CONTENT