Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PermissionRationale

[Android only] Configuration for showing an android dialog prior to forwarding the user to a permission settings-screen.

Hierarchy

  • PermissionRationale

Index

Properties

Optional message

message: string

The body text of the dialog. Provide an explanation of why you need this permission, similar in purpose to iOS' NSLocationAlwaysAndWhenInUseUsageDescription.

Optional negativeAction

negativeAction: string

The text to display on the negative action button (eg: Cancel)

Optional positiveAction

positiveAction: string

The text to display on the positive action button.

Optional title

title: string

The title of the dialog window.

Generated using TypeDoc