Class GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Account

Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Account
Enclosing class:
GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt

public static class GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Account extends Object
A representation of an Identity Credential Account.
  • Field Details

    • id

      public final int id
      The id of the account.
    • email

      @NonNull public final String email
      The email associated to this account.
    • name

      @NonNull public final String name
      The name of this account.
    • icon

      @Nullable public final String icon
      A base64 string for given icon for the account; may be null.
  • Constructor Details