PermissionListener

fun interface PermissionListener

Interface used by activities to delegate permission request results. Classes implementing this class will be notified whenever there's a result for a permission request.

Inheritors

Functions

Link copied to clipboard
abstract fun onRequestPermissionsResult(requestCode: Int, permissions: Array<String>, grantResults: IntArray): Boolean

Method called whenever there's a result to a permission request. It is forwarded from Activity.onRequestPermissionsResult.