NotificationConfig
Push notifications configuration class
Constructors
Properties
Whether or not the auto-translation feature is enabled.
Push notifications are ignored and not displayed when the user is online (when there is an active WebSocket connection). Set to false if you would like to receive and handle push notifications even if user is online. Default value is true.
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.