OnPermissionResultListener


public fun interface OnPermissionResultListener


Callback for location button permission result.

Summary

Public methods

abstract void
onPermissionResult(boolean isGranted)

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

Public methods

onPermissionResult

Added in 1.0.0-alpha01
abstract void onPermissionResult(boolean isGranted)

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

Parameters
boolean isGranted

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