public interface NimIntent
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | ACTION_RECEIVE_AVCHAT_CALL_NOTIFICATIONThe broadcast action to receive new message. | 
| static java.lang.String | ACTION_RECEIVE_CUSTOM_NOTIFICATIONThe broadcast action to receive a new system notification. | 
| static java.lang.String | ACTION_RECEIVE_MSGThe broadcast action to receive new message. | 
| static java.lang.String | ACTION_RECEIVE_RTS_NOTIFICATIONThe broadcast action to receive new message. | 
| static java.lang.String | EXTRA_BROADCAST_MSGThe key of the extra of the message content contained in the broadcast. | 
| static java.lang.String | EXTRA_NOTIFY_CONTENTThe key of the Extra data in the PendingIntent of the default notification bar alert. | 
| static java.lang.String | EXTRA_NOTIFY_SESSION_CONTENTThe key of the Extra data in the PendingIntent of the default notification bar alert. | 
| static java.lang.String | PERMISSION_RECEIVE_MSGPermissions 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