public static class PermissionDialog implements ScopedUiWatcher


Allows easy interaction with the permission dialog.

Summary

Nested types

public static class PermissionDialog.Scope

Public fields

static @NonNull PermissionDialog

Public methods

boolean

Whether the dialog is visible.

@NonNull PermissionDialog.Scope

A scope for interacting with the dialog.

Public fields

INSTANCE

Added in 2.4.0-alpha02
public static @NonNull PermissionDialog INSTANCE

Public methods

isVisible

public boolean isVisible()

Whether the dialog is visible.

scope

public @NonNull PermissionDialog.Scope scope()

A scope for interacting with the dialog.