Gets the configured push translation language.
The language code.
Gets the push configurations from the server.
The push options.
Gets the selected push template for offline push.
The name of the selected push template.
Gets the do-not-disturb settings of the app.
The do-not-disturb settings of the app.
Gets the offline push settings of the conversation.
The offline push settings of the conversation.
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.
Clears the offline push settings of the conversation.
After clearing, the conversation uses the offline push settings of the app. See {@link EMPushManager.setSilentModeForAll}.
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.
Sets the target translation language of offline push notifications.
The language code. See ChatTextMessageBody.
Sets the offline push of the app.
The offline push parameters.
Sets the offline push for the conversation.
Updates the display style of push notifications.
The default value is ChatPushDisplayStyle.Simple.
The display style of push notifications.
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.
Generated using TypeDoc
export manager