Permissions
class Permissions
Functions
Link copied to clipboard
Check/Request a permission and call the callback methods of permission handler accordingly.
fun check(context: Context, permissions: Array<String>, rationaleId: Int, options: Permissions.Options, handler: PermissionHandler)
fun check(context: Context, permissions: Array<String>, rationale: String, options: Permissions.Options, handler: PermissionHandler)
Check/Request permissions and call the callback methods of permission handler accordingly.