-
public class OxDiscoveryEventTracker投放事件打点管理工具。
-
-
Field Summary
Fields Modifier and Type Field Description private static volatile OxDiscoveryEventTrackerinstance
-
Method Summary
Modifier and Type Method Description static OxDiscoveryEventTrackergetInstance()voidlogMaxImpressionRevenue(@Nullable() Bundle bundle)voidlogAdmobImpressionRevenue(@Nullable() Bundle bundle)voidhandlerEventValue(String eventName, Bundle params)-
-
Method Detail
-
getInstance
static OxDiscoveryEventTracker getInstance()
-
logMaxImpressionRevenue
void logMaxImpressionRevenue(@Nullable() Bundle bundle)
-
logAdmobImpressionRevenue
void logAdmobImpressionRevenue(@Nullable() Bundle bundle)
-
handlerEventValue
void handlerEventValue(String eventName, Bundle params)
- Parameters:
eventName- 事件名称params- 事件参数
-
-
-
-