Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Provider
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Provider
- Enclosing class:
- GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt
public static class GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Provider
extends Object
A representation of an Identity Credential Provider for an Account Selector Prompt
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreates a newGeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Provider
with the given parameters -
Method Summary
-
Field Details
-
name
The name of the provider -
domain
The domain of the provider -
icon
A base64 string for given icon for the provider; may be null.
-
-
Constructor Details
-
Provider
Creates a newGeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Provider
with the given parameters- Parameters:
name
- the name of the Providerfavicon
- A string base64 icon for the providerdomain
- A string base64 icon for the provider
-