-
public class AutomaticAnalyticsLoggercom.facebook.appevents.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
-
-
Field Summary
Fields Modifier and Type Field Description public final static AutomaticAnalyticsLoggerINSTANCE
-
Method Summary
Modifier and Type Method Description final static UnitlogActivateAppEvent()final static UnitlogActivityTimeSpentEvent(String activityName, Long timeSpentInSeconds)final static UnitlogPurchase(String purchase, String skuDetails, Boolean isSubscription)final static BooleanisImplicitPurchaseLoggingEnabled()-
-
Method Detail
-
logActivateAppEvent
final static Unit logActivateAppEvent()
-
logActivityTimeSpentEvent
final static Unit logActivityTimeSpentEvent(String activityName, Long timeSpentInSeconds)
-
logPurchase
final static Unit logPurchase(String purchase, String skuDetails, Boolean isSubscription)
-
isImplicitPurchaseLoggingEnabled
final static Boolean isImplicitPurchaseLoggingEnabled()
-
-
-
-