On Location Permission
data class OnLocationPermission(granted: Boolean) : TripSessionStarterAction
Content copied to clipboard
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
is set to true if location permissions were granted; false otherwise
Functions
component1
Link copied to clipboard
copy
Link copied to clipboard
fun copy(granted: Boolean): TripSessionStarterAction.OnLocationPermission
Content copied to clipboard