Package com.hypertrack.sdk.permissions

Types

Link copied to clipboard

out_den_act

Link copied to clipboard

resumption.granted activity.permission_granted. Is not sent when when acquiring tracking intent in runtime but sent in all other state transition cases. res_act

Link copied to clipboard
enum ActivityPermissionStatus : Enum<ActivityPermissionStatus>
Link copied to clipboard
Link copied to clipboard
object BatterySaverMode : GeneralSDKStateChangeCommandWithL1Event
Link copied to clipboard
enum Brand : Enum<Brand>
Link copied to clipboard
data class EnergySaverState(val previous: Boolean, val current: Boolean)
Link copied to clipboard
sealed class GeneralSDKStateChangeCommand
Link copied to clipboard
Link copied to clipboard

out_den_loc

Link copied to clipboard

status.update location.permission_always when acquiring tracking intent or switching from Granted Foreground Start in runtime. In all other cases it's resumption.granted location.permission_granted sta_alw

Link copied to clipboard

(App in Foreground) - status.update location.permission_when_in_use when aquiring tracking intent or switching from Granted Foreground Start in runtime. In all other cases it's resumption.granted location.permission_granted_when_in_use

Link copied to clipboard

out_den_imp

Link copied to clipboard
enum LocationPermissionStatus : Enum<LocationPermissionStatus>
Link copied to clipboard

Is sent when the location service is disabled due to battery saver

Link copied to clipboard

Is sent when the location service on the device is disabled out_dis

Link copied to clipboard

Is sent when the location service on the device is enabled ADDITIONAL CHECK: but is not sent if acquiring tracking intent res_ena

Link copied to clipboard
class PermissionCheckError(val error: Exception) : PermissionCheckResult
Link copied to clipboard
sealed class PermissionCheckResult
Link copied to clipboard
object PermissionCheckSuccess : PermissionCheckResult
Link copied to clipboard
open class PermissionDeniedError : Exception
Link copied to clipboard
class PermissionsChecker(context: Context)
Link copied to clipboard
class PermissionsRequestActivity : Activity
Link copied to clipboard
data class PermissionsState(val locationPermissionStatus: LocationPermissionStatus, val activityPermissionStatus: ActivityPermissionStatus)
Link copied to clipboard
object StartService : GeneralSDKStateChangeCommand

sta_ser

Link copied to clipboard
object StopService : GeneralSDKStateChangeCommand

sto_ser

Link copied to clipboard
class WhitelistingActivity : Activity
Link copied to clipboard
class WhitelistingFinishedEvent(val promptShown: Boolean) : BaseMessageEvent