Commit 867a3f98 by sikang

bugFix

parent b747efaa
...@@ -18,7 +18,7 @@ import tech.starwin.LibConfig; ...@@ -18,7 +18,7 @@ import tech.starwin.LibConfig;
*/ */
public class TrackEventHelper { public class TrackEventHelper {
public static final String REST_URL = "rest_url"; public static final String REST_URL = "rest_url";
public static OnTrackEventListener onTrackEventListener = null; private static OnTrackEventListener onTrackEventListener = null;
/** /**
* click埋点,CONTENT_TYPE = view.getTag() * click埋点,CONTENT_TYPE = view.getTag()
...@@ -69,6 +69,9 @@ public class TrackEventHelper { ...@@ -69,6 +69,9 @@ public class TrackEventHelper {
} }
} }
public static void setOnTrackEventListener(OnTrackEventListener onTrackEventListener) {
TrackEventHelper.onTrackEventListener = onTrackEventListener;
}
/** /**
* 获取FireBase RemoteConfig 并激活 * 获取FireBase RemoteConfig 并激活
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment