Rationale Dialog
class RationaleDialog(context: Context, model: PermissionRequest) : DialogInterface.OnClickListener
Content copied to clipboard
Dialog to prompt the user to go to the app's settings screen and enable permissions. If the user clicks 'OK' on the dialog, they are sent to the settings screen. The result is returned to the Activity via Activity.onActivityResult.
Constructors
RationaleDialog
Link copied to clipboard
Functions
onClick
Link copied to clipboard
open override fun onClick(dialogInterface: DialogInterface?, buttonType: Int)
Content copied to clipboard
showCompatDialog
Link copied to clipboard
showDialog
Link copied to clipboard
fun showDialog()
Content copied to clipboard