-
public interface SdkStateApi
-
-
Method Summary
Modifier and Type Method Description abstract BooleangetIsStarted()Whether or not the SDK has been started. abstract StringgetDeviceId()abstract StringgetCurrentSessionId()abstract LastRunEndStategetLastRunEndState()-
-
Method Detail
-
getIsStarted
abstract Boolean getIsStarted()
Whether or not the SDK has been started.
-
getDeviceId
abstract String getDeviceId()
-
getCurrentSessionId
abstract String getCurrentSessionId()
-
getLastRunEndState
abstract LastRunEndState getLastRunEndState()
-
-
-
-