update Push Notifications Token
Updates the Push Notification Token used for the current ASAPP.user and device, with the given token. The new token will be used by ASAPP's Backend to send Push Notifications to the current user+device, via the desired Push Notification channel as defined during integration.
Please make sure you have enabled Push Notifications in ASAPP.init.
Note that an ASAPP.user can be logged in to multiple devices, and can receive Push Notifications on each device that the user is logged into. Before logging a user out, be sure to call ASAPP.disablePushNotifications.
Parameters
new Token
The new Push Notification token. This token uniquely identifies this device.