Package org.mozilla.geckoview
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 Summary
-
Constructor Summary
ConstructorDescriptionCreates a newGeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Account
with the given parameters. -
Method Summary
-
Field Details
-
id
public final int idThe id of the account. -
email
The email associated to this account. -
name
The name of this account. -
icon
A base64 string for given icon for the account; may be null.
-
-
Constructor Details
-
Account
Creates a newGeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Account
with the given parameters.- Parameters:
id
- The identification for this account.email
- The email of this account.name
- The name of this account.icon
- A string base64 icon.
-