-
public class OxAdjustEventTrackerAdjust 事件打点管理工具。
-
-
Field Summary
Fields Modifier and Type Field Description private static volatile OxAdjustEventTrackerinstance
-
Method Summary
Modifier and Type Method Description static OxAdjustEventTrackergetInstance()voidtrackEvent(@NonNull() String eventName, @Nullable() Bundle params)voidtrackAdRevenue(@NonNull() String mediation, @Nullable() Bundle params)StringgetNetworkByAttribution()StringgetCampaignByAttribution()StringgetAdidByAttribution()-
-
Method Detail
-
getInstance
static OxAdjustEventTracker getInstance()
-
trackEvent
void trackEvent(@NonNull() String eventName, @Nullable() Bundle params)
-
trackAdRevenue
void trackAdRevenue(@NonNull() String mediation, @Nullable() Bundle params)
-
getNetworkByAttribution
String getNetworkByAttribution()
-
getCampaignByAttribution
String getCampaignByAttribution()
-
getAdidByAttribution
String getAdidByAttribution()
-
-
-
-