Closed hborisoff closed 3 years ago
Leanplum.hasStarted() was always false if device is offline. Now it will become true when start sequence is executed. Note that StartCallback objects will receive false success flag when Util.isConnected() fails. This behaviour is the same in iOS.
Leanplum.hasStarted()
Util.isConnected()
Background
Leanplum.hasStarted()
was always false if device is offline. Now it will become true when start sequence is executed. Note that StartCallback objects will receive false success flag whenUtil.isConnected()
fails. This behaviour is the same in iOS.