onRequestPermissionsResult

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.

Return

boolean Whether the PermissionListener can be removed.