Skip to content

Commit 8eeb190

Browse files
author
mert.yuksel
committed
Update README.md
1 parent fae4f9c commit 8eeb190

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/dialogs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ Simple dialog to show information, error or text.
4545
| `showContentAsHtml` | Boolean | If you provided `content` as Html and set this flag as true, content will be parsed as HTML. | false |
4646
| `contentImage` | Int | Drawable resource id of an visual, will be shown on top of `content` | 0 |
4747
| `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 |
5048

5149
Sample usage:
5250
```kotlin

0 commit comments

Comments
 (0)