Android SDK Version


public class AutomaticAnalyticsLogger
com.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
Modifier and TypeFieldDescription
public final static AutomaticAnalyticsLoggerINSTANCE
Method Summary
Modifier and TypeMethodDescription
final static UnitlogActivateAppEvent()
final static UnitlogActivityTimeSpentEvent(String activityName, Long timeSpentInSeconds)
final static UnitlogPurchase(String purchase, String skuDetails, Boolean isSubscription)
final static BooleanisImplicitPurchaseLoggingEnabled()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

logActivateAppEvent

 final static UnitlogActivateAppEvent()

logActivityTimeSpentEvent

 final static UnitlogActivityTimeSpentEvent(String activityName, Long timeSpentInSeconds)

logPurchase

 final static UnitlogPurchase(String purchase, String skuDetails, Boolean isSubscription)

isImplicitPurchaseLoggingEnabled

 final static BooleanisImplicitPurchaseLoggingEnabled()