Class HomeUrl

All Implemented Interfaces:
Serializable

public class HomeUrl extends AbstractFacebookType
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getUrl

      public String getUrl()
      The URL to be invoked from drawer. Must be whitelisted. Must use https.
    • setUrl

      public void setUrl(String url)
      The URL to be invoked from drawer. Must be whitelisted. Must use https.
    • getWebviewHeightRatio

      Controls the height of webview. Only allowed value is tall.
    • setWebviewHeightRatio

      public void setWebviewHeightRatio(String webviewHeightRatio)
      Controls the height of webview. Only allowed value is tall.
    • getWebviewShareButton

      Controls whether the share button in the webview is enabled. Either show or hide, defaults to "hide"
    • setWebviewShareButton

      public void setWebviewShareButton(String webviewShareButton)
      Controls whether the share button in the webview is enabled. Either show or hide, defaults to "hide"
    • getInTest

      public Boolean getInTest()
      Controls whether users not assigned a role for your bot or its Facebook page can see the Chat Extension. This should be set to true until the Chat Extension is ready to be used by others.
    • setInTest

      public void setInTest(Boolean inTest)
      Controls whether users not assigned a role for your bot or its Facebook page can see the Chat Extension. This should be set to true until the Chat Extension is ready to be used by others.