OnLocationPermission

data class OnLocationPermission(granted: Boolean) : TripSessionStarterAction

The action informs whether the location permissions have been granted.

Parameters

granted

is set to true if location permissions were granted; false otherwise

Constructors

OnLocationPermission
Link copied to clipboard
fun OnLocationPermission(granted: Boolean)
is set to true if location permissions were granted; false otherwise

Functions

component1
Link copied to clipboard
operator fun component1(): Boolean
copy
Link copied to clipboard
fun copy(granted: Boolean): TripSessionStarterAction.OnLocationPermission
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

granted
Link copied to clipboard
val granted: Boolean
is set to true if location permissions were granted; false otherwise