OnPermissionResultListener


fun interface OnPermissionResultListener


Callback for location button permission result.

Summary

Public functions

Unit

Triggered after the user interacts with the system rendered location button and makes a decision.

Public functions

onPermissionResult

Added in 1.0.0-alpha01
fun onPermissionResult(isGranted: Boolean): Unit

Triggered after the user interacts with the system rendered location button and makes a decision.

Parameters
isGranted: Boolean

True if the precise location permission was granted, false otherwise.