OnRequestPermissionsListener


public fun interface OnRequestPermissionsListener


Callback to handle permission requests on platforms before Build.VERSION_CODES.CINNAMON_BUN.

Summary

Public methods

abstract void

Developers can override this to handle the location button click (e.g., by requesting permissions or showing UI to explain why the permission is needed).

Public methods

onRequestPermissions

Added in 1.0.0-alpha01
abstract void onRequestPermissions()

Developers can override this to handle the location button click (e.g., by requesting permissions or showing UI to explain why the permission is needed).