PermissionCallbacks

Callback interface to receive the results of EasyPermissions.requestPermissions() calls.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onPermissionsDenied
Link copied to clipboard
abstract fun onPermissionsDenied(requestCode: Int, perms: List<String>)
onPermissionsGranted
Link copied to clipboard
abstract fun onPermissionsGranted(requestCode: Int, perms: List<String>)
onRequestPermissionsResult
Link copied to clipboard
abstract fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
toString
Link copied to clipboard
open fun toString(): String