Result of openWebview method call

Constructors

  • Parameters

    • raw: RawWebViewResultUrl
    • shouldBeClosed: boolean = false

      If true, the caller should use closeWebview method eventually to close the webview

    Returns WebviewResult

Properties

shouldBeClosed: boolean = false

If true, the caller should use closeWebview method eventually to close the webview

Accessors

  • get isCompact(): boolean
  • Whether the webview should be opened in "compact" mode

    Returns boolean

  • get isFullscreen(): boolean
  • Whether the webview should be opened as a landscape fullscreen app

    Returns boolean

  • get queryId(): null | Long
  • Webview session ID (only returned by inline button mini apps, menu button mini apps, attachment menu mini apps).

    Returns null | Long

  • get url(): string
  • Actual URL to open

    Returns string