Interface IframeConfig.Builder

  • Method Details

    • allow

      The list of features that are allowed in the iframe.

      Parameters:
      allow - The list of features that are allowed in the iframe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allow

      IframeConfig.Builder allow(String... allow)

      The list of features that are allowed in the iframe.

      Parameters:
      allow - The list of features that are allowed in the iframe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sandbox

      The list of sandbox attributes for the iframe.

      Parameters:
      sandbox - The list of sandbox attributes for the iframe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sandbox

      IframeConfig.Builder sandbox(String... sandbox)

      The list of sandbox attributes for the iframe.

      Parameters:
      sandbox - The list of sandbox attributes for the iframe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.