updateDeviceInfo

open fun updateDeviceInfo(@NonNull newPushToken: String)

Update device information in server. Device information includes: platform, manufacturer, os and push token. Use this method manually if your flow requires to update the push service token. Additional device info is generated at runtime.

Parameters

newPushToken

New provided push token.