NotificationConfig
Push notifications configuration class
Constructors
Properties
Whether or not the auto-translation feature is enabled.
There is different behaviour for receiving push messages when the user is online (when there is an active WebSocket connection) depending on the type of the message.
A list of generators responsible for providing the information needed to register a device
Enables/disables push notifications on the device. Device's token won't be registered if push notifications are disabled.
Allows SDK to request android.Manifest.permission.POST_NOTIFICATIONS permission for a connected user.
Allows enabling/disabling showing notification after receiving a push message.
A token provider to be used on case of restoring user credentials and an expired token needs to be refreshed. If not provided, the SDK will create a TokenProvider with the last token used within the client.