infobip-mobile-messaging-react-native-plugin 6.4.0 → 6.4.2
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/android/build.gradle
CHANGED
package/index.d.ts
CHANGED
|
@@ -468,7 +468,7 @@ declare namespace MobileMessagingReactNative {
|
|
|
468
468
|
* @param {Function} onSuccess. Success callback
|
|
469
469
|
* @param {Function} onError. Error callback
|
|
470
470
|
*/
|
|
471
|
-
sendContextualData(data: string, allMultiThreadStrategy: boolean, onSuccess
|
|
471
|
+
sendContextualData(data: string, allMultiThreadStrategy: boolean, onSuccess: () => void, onError: (error: string) => void): void;
|
|
472
472
|
|
|
473
473
|
/**
|
|
474
474
|
* Set chat language
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|