pushwoosh-react-native-plugin 6.1.19 → 6.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/android/build.gradle
CHANGED
|
@@ -114,5 +114,10 @@ typedef NS_ENUM(NSUInteger, PWRichMediaSource) {
|
|
|
114
114
|
*/
|
|
115
115
|
- (void)presentRichMedia:(PWRichMedia *)richMedia;
|
|
116
116
|
|
|
117
|
+
/**
|
|
118
|
+
Close toast view after time interval in seconds
|
|
119
|
+
*/
|
|
120
|
+
- (void)closeToastViewAfter:(NSTimeInterval)interval;
|
|
121
|
+
|
|
117
122
|
@end
|
|
118
123
|
|
package/src/ios/Pushwoosh.h
CHANGED
package/src/ios/libPushwoosh.a
CHANGED
|
Binary file
|