Allow switching Device ID after Leanplum has started using Leanplum.forceNewDeviceId(String).
In opposite to the other method Leanplum.setDeviceId(String) this one allows for multiple changes. The push tokens are also moved to the new device and push notifications are possible immediately.
Allow switching Device ID after Leanplum has started using
Leanplum.forceNewDeviceId(String)
. In opposite to the other methodLeanplum.setDeviceId(String)
this one allows for multiple changes. The push tokens are also moved to the new device and push notifications are possible immediately.