ws1-client-sdk/com.airwatch.sdk/SDKManager/getDeviceLastCheckinTime
getDeviceLastCheckinTime¶
open fun getDeviceLastCheckinTime(): Long
Get the timestamp (in milliseconds) when the last Beacon was successfully sent.
Access Level = NONE (for details on access permission please check SDKManager)
Return¶
Positive long timestamp of the last successfully sent Beacon; else 0 if not available.
Throws¶
| Exception | Condition |
|---|---|
| com.airwatch.sdk.AirWatchSDKException | if API is not available in Anchor Application or binding with Anchor app fails |