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

webview() public method

public webview ( $url, $size )
    public function webview($url, $size)
    {
        $this->url($url);
        $this->webview_height_ratio = $size;
        $this->is_webview = true;
        return $this;
    }