Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.IdentityCredential.ProviderSelectorPrompt.Provider
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.IdentityCredential.ProviderSelectorPrompt.Provider
public static class GeckoSession.PromptDelegate.IdentityCredential.ProviderSelectorPrompt.Provider
extends Object
A representation of an Identity Credential Provider.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreates a newGeckoSession.PromptDelegate.IdentityCredential.ProviderSelectorPrompt.Provider
with the given parameters. -
Method Summary
-
Field Details
-
icon
A base64 string for given icon for the provider; may be null. -
name
The name of the provider. -
id
public final int idThe id of the provider. -
domain
The domain of the provider
-
-
Constructor Details
-
Provider
Creates a newGeckoSession.PromptDelegate.IdentityCredential.ProviderSelectorPrompt.Provider
with the given parameters.- Parameters:
id
- The identification for this prompt.icon
- A string base64 icon.name
- The name of theGeckoSession.PromptDelegate.IdentityCredential.ProviderSelectorPrompt.Provider
.domain
- The domain of theGeckoSession.PromptDelegate.IdentityCredential.ProviderSelectorPrompt.Provider
.
-