Permission Request
data class PermissionRequest(@StyleRes() theme: Int, code: Int, perms: Array<out String>, rationale: String?, positiveButtonText: String?, negativeButtonText: String?)
Content copied to clipboard
An immutable model object that holds all of the parameters associated with a permission request, such as the permissions, request code, and rationale.
See also
Constructors
PermissionRequest
Link copied to clipboard
Types
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard