Class HomeUrl

    • Constructor Detail

    • Method Detail

      • 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.
      • setWebviewHeightRatio

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

        public String 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.