Package com.hypertrack.sdk.permissions.mapping

Types

Link copied to clipboard
abstract class CollectingSDKState : GeneralSDKState
Link copied to clipboard
sealed class GeneralSDKState
Link copied to clipboard
object NotCollectingSDKState : GeneralSDKState
Link copied to clipboard
object NoTimestamp : TimestampType
Link copied to clipboard
abstract class OutageSDKState : CollectingSDKState
Link copied to clipboard
data class RegularTimestamp(val timestamp: Time) : TimestampType
Link copied to clipboard
object RestartedSDKState : CollectingSDKState
Link copied to clipboard
data class RestartTimestamp(val timestamp: Time) : TimestampType
abstract class RunningServicesEnabledActivityGrantedSDKState : CollectingSDKState
Link copied to clipboard
sealed class TimestampType
Link copied to clipboard
object TransitionToL1EventMapper