Gets the configured push translation language.
The language code.
A description of the exception. See ChatError.
Gets the push configurations from the server.
The push options.
A description of the exception. See ChatError.
Gets the selected push template for offline push.
The name of the selected push template.
A description of the exception. See ChatError.
Gets the do-not-disturb settings of the app.
The do-not-disturb settings of the app.
A description of the exception. See ChatError.
Gets the offline push settings of the conversation.
The offline push settings of the conversation.
A description of the exception. See ChatError.
Gets the do-not-disturb settings of the specified conversations.
The conversation list.
The do-not-disturb settings of the specified conversations, which are key-value pairs where the key is the conversation ID and the value is the do-not-disturb settings.
A description of the exception. See ChatError.
Clears the offline push settings of the conversation.
After clearing, the conversation uses the offline push settings of the app. See EMPushManager.setSilentModeForAll.
A description of the exception. See ChatError.
Selects the push template for offline push.
The push template can be set with a RESTful API or on the console.
The push template name. If the template name does not exist, this template does not take effect, although no error is returned.
A description of the exception. See ChatError.
Sets the target translation language of offline push notifications.
The language code. See ChatTextMessageBody.
A description of the exception. See ChatError.
Sets the offline push of the app.
The offline push parameters.
A description of the exception. See ChatError.
Sets the offline push for the conversation.
params
A description of the exception. See ChatError.
Updates the display style of push notifications.
The default value is ChatPushDisplayStyle.Simple.
The display style of push notifications.
A description of the exception. See ChatError.
Updates nickname of the sender displayed in push notifications.
This nickname can be different from the nickname in the user profile; however, we recommend that you use the same nickname for both. Therefore, if either nickname is updated, the other should be changed at the same time.
To update the nickname in the user profile, you can call ChatUserInfoManager.updateOwnUserInfo.
The nickname of the sender displayed in push notifications.
A description of the exception. See ChatError.
Protected
Static
_callProtected
Static
check
The class for message push configuration options.