You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/dialogs/README.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,6 @@ Simple dialog to show information, error or text.
45
45
|`showContentAsHtml`| Boolean | If you provided `content` as Html and set this flag as true, content will be parsed as HTML. | false |
46
46
|`contentImage`| Int | Drawable resource id of an visual, will be shown on top of `content`| 0 |
47
47
|`webViewContent`| WebViewContent | If you provide a webview content such as Html data content or url , that will be shown in the webview. | null |
48
-
|`webViewBuilder`| WebViewBuilder | If you provide a webview content such as Html data content or url , necessary settings should we given via webViewBuilder | null |
49
-
|`webViewDownloadListener`| DownloadListener | If you need to handle download action in webview, you need to provide webViewDownloadListener to handle events | null |
0 commit comments