Package com.vmadalin.easypermissions.dialogs

Types

RationaleDialog
Link copied to clipboard
class RationaleDialog(context: Context, model: PermissionRequest) : DialogInterface.OnClickListener
Dialog to prompt the user to go to the app's settings screen and enable permissions.
SettingsDialog
Link copied to clipboard
class SettingsDialog(context: Context, @StyleRes() theme: Int, requestCode: Int, openOnNewTask: Boolean, title: String?, rationale: String?, positiveButtonText: String?, negativeButtonText: String?) : DialogInterface.OnClickListener
Dialog to prompt the user to go to the app's settings screen and enable permissions.

Properties

DEFAULT_SETTINGS_REQ_CODE
Link copied to clipboard
const val DEFAULT_SETTINGS_REQ_CODE: Int = 16061