@suprsend/react-native-sdk 0.3.4 → 0.3.5
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.
|
@@ -271,6 +271,7 @@ public class SuprsendRnSdkModule extends ReactContextBaseJavaModule {
|
|
|
271
271
|
|
|
272
272
|
@ReactMethod
|
|
273
273
|
public void showNotification(String notificationJSONPayload) {
|
|
274
|
+
Log.d("NOTIFICATION", notificationJSONPayload);
|
|
274
275
|
SSNotificationHelper.INSTANCE.showSSNotification(this.context, notificationJSONPayload);
|
|
275
276
|
}
|
|
276
277
|
|