cordova-plugin-x-toast
Advanced tools
Comparing version 2.7.2 to 2.7.3
{ | ||
"name": "cordova-plugin-x-toast", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "This plugin allows you to show a Toast. A Toast is a little non intrusive buttonless popup which automatically disappears.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -234,3 +234,3 @@ # PhoneGap Toast plugin | ||
The success callback is useful when your toast is binded to a notification id in your backend and you have to mark it as `read` when the toast is done, or to update the notifications counter for iOS. The usage of this will be defined by your application logic. Use the `result.data` object to support your specific logic. | ||
The success callback is useful when your toast is bound to a notification id in your backend and you have to mark it as `read` when the toast is done, or to update the notifications counter for iOS. The usage of this will be defined by your application logic. Use the `result.data` object to support your specific logic. | ||
@@ -237,0 +237,0 @@ ### Styling |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5124890
421