Update README.md

This commit is contained in:
Aakash N S 2015-11-02 03:56:20 +05:30
parent 11558e9880
commit 8609552cf0
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ Try out the following values for option (taken from [examples/ExampleApp/dialogD
"Facebook"
],
"title": "Social Networks",
"positiveText": "Choose",
itemsCallbackMultiChoice: (id, text) => ToastAndroid.show(id + ": " + text, ToastAndroid.SHORT);
}
```