infobip-mobile-messaging-react-native-plugin 13.2.0 → 13.2.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 +1 -1
- package/android/src/main/java/org/infobip/reactlibrary/mobilemessaging/Configuration.java +3 -0
- package/infobip-mobile-messaging-react-native-plugin-13.2.1.tgz +0 -0
- package/infobip-mobile-messaging-react-native-plugin.tgz +0 -0
- package/package.json +1 -1
- package/infobip-mobile-messaging-react-native-plugin-13.1.0.tgz +0 -0
package/android/build.gradle
CHANGED
|
@@ -16,6 +16,9 @@ class Configuration {
|
|
|
16
16
|
|
|
17
17
|
class AndroidConfiguration {
|
|
18
18
|
String notificationIcon;
|
|
19
|
+
String notificationChannelId;
|
|
20
|
+
String notificationChannelName;
|
|
21
|
+
String notificationSound;
|
|
19
22
|
boolean multipleNotifications;
|
|
20
23
|
String notificationAccentColor;
|
|
21
24
|
FirebaseOptions firebaseOptions;
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infobip-mobile-messaging-react-native-plugin",
|
|
3
3
|
"title": "Infobip Mobile Messaging React Native Plugin",
|
|
4
|
-
"version": "13.2.
|
|
4
|
+
"version": "13.2.2",
|
|
5
5
|
"description": "Infobip Mobile Messaging React Native Plugin",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"scripts": {
|
|
Binary file
|