enablePushNotifications

abstract fun enablePushNotifications(listener: IAdvizeSDK.Callback? = null)

Enable push notifications for the current user on this device.

As push notifications are enabled by default this method has an effect only if the push notifications were disabled before by calling disablePushNotifications().

The user will then be able to receive push notifications from new incoming messages.