Class GeckoSession.PromptDelegate.PopupPrompt

Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.BasePrompt
org.mozilla.geckoview.GeckoSession.PromptDelegate.PopupPrompt
Enclosing interface:
GeckoSession.PromptDelegate

public static class GeckoSession.PromptDelegate.PopupPrompt extends GeckoSession.PromptDelegate.BasePrompt
PopupPrompt contains the information necessary to represent a popup blocking request.
  • Field Details

    • targetUri

      @Nullable public final String targetUri
      The target URI for the popup; may be null.
  • Constructor Details

    • PopupPrompt

      protected PopupPrompt(@NonNull String id, @Nullable String targetUri, @NonNull GeckoSession.PromptDelegate.BasePrompt.Observer observer)
      Constructor for PopupPrompt with the given target URI.
      Parameters:
      id - Unique identifier for this prompt.
      targetUri - The target URI for the popup; may be null.
      observer - Observer to notify when the prompt is completed.
  • Method Details