You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: modules/BlackBerry-Dynamics-for-React-Native-AppKinetics/android/src/main/java/com/blackberry/bbd/reactnative/appkinetics/ReactNativeBbdAppKineticsModule.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2022 BlackBerry Limited. All Rights Reserved.
2
+
* Copyright (c) 2023 BlackBerry Limited. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -173,6 +173,7 @@ public void readyToProvideService(final ReadableMap arguments, final Promise pro
Copy file name to clipboardExpand all lines: modules/BlackBerry-Dynamics-for-React-Native-Base/android/src/main/java/com/blackberry/bbd/reactnative/helpers/RNBbdServiceHelper.java
+52-26
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2021 BlackBerry Limited. All Rights Reserved.
2
+
* Copyright (c) 2023 BlackBerry Limited. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -38,7 +38,10 @@
38
38
importorg.json.JSONException;
39
39
importorg.json.JSONObject;
40
40
41
+
importjava.util.ArrayList;
42
+
importjava.util.HashMap;
41
43
importjava.util.Iterator;
44
+
importjava.util.List;
42
45
43
46
/**
44
47
* Helper class to interact with GDService and GDServiceClient.
@@ -61,6 +64,8 @@ public class RNBbdServiceHelper implements GDServiceListener, GDServiceClientLis
0 commit comments