-
public class AlertDialogPrepromptForAndroidSettingsA singleton helper which will display the fallback-to-settings alert dialog.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAlertDialogPrepromptForAndroidSettings.Callback
-
Field Summary
Fields Modifier and Type Field Description public final static AlertDialogPrepromptForAndroidSettingsINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitshow(Activity activity, String titlePrefix, String previouslyDeniedPostfix, AlertDialogPrepromptForAndroidSettings.Callback callback)final Unitshow(Activity activity, String titlePrefix, String previouslyDeniedPostfix, AlertDialogPrepromptForAndroidSettings.Callback callback, Function0<Unit> dismissCallback)
-