mapdev\FacebookMessenger\Components\Button::webview_with_extensions PHP Method

webview_with_extensions() public method

public webview_with_extensions ( $url, $size, $fallback = null )
    public function webview_with_extensions($url, $size, $fallback = null)
    {
        $this->webview($url, $size);
        $this->fallback_url = $fallback;
        $this->is_webview_extended = true;
        return $this;
    }