plotline-engage 4.8.0 → 4.8.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
|
@@ -109,12 +109,6 @@ public class RNPlotline extends ReactContextBaseJavaModule {
|
|
|
109
109
|
}
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
|
-
|
|
113
|
-
@ReactMethod
|
|
114
|
-
public void track(String eventName) {
|
|
115
|
-
final Activity activity = getCurrentActivity();
|
|
116
|
-
Plotline.track(eventName, activity);
|
|
117
|
-
}
|
|
118
112
|
|
|
119
113
|
public JSONObject getJSONObjectFromReadableMap(ReadableMap object) {
|
|
120
114
|
JSONObject jsonObject = new JSONObject();
|