Skip to content

PermissionsHandlerResultCallback

Protocol for a listener that wants to receive messages from the permissions being checked.

Public Methods

func onPermissionsResult(_ accepted: Bool)

Called when the permission requested has been requested.

  • Parameters:

    • accepted: true if the permission has been accepted. False, otherwise.