Android SDK Version


public final class InternalAppEventsLogger
com.facebook.appevents.InternalAppEventsLogger 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.
Nested Class Summary
Modifier and TypeClassDescription
public classInternalAppEventsLogger.Companion
Constructor Summary
ConstructorDescription
InternalAppEventsLogger(Context context)
InternalAppEventsLogger(Context context, String applicationId)
InternalAppEventsLogger(String activityName, String applicationId, AccessToken accessToken)
Method Summary
Modifier and TypeMethodDescription
final UnitlogEvent(String eventName, Bundle parameters)
final UnitlogEvent(String eventName, Double valueToSum, Bundle parameters)
final UnitlogPurchaseImplicitly(BigDecimal purchaseAmount, Currency currency, Bundle parameters)
final UnitlogEventFromSE(String eventName, String buttonText)
final UnitlogEventImplicitly(String eventName, BigDecimal purchaseAmount, Currency currency, Bundle parameters)
final UnitlogEventImplicitly(String eventName)
final UnitlogEventImplicitly(String eventName, Double valueToSum, Bundle parameters)
final UnitlogEventImplicitly(String eventName, Bundle parameters)
final UnitlogChangedSettingsEvent(Bundle parameters)
final Unitflush()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

InternalAppEventsLogger

InternalAppEventsLogger(Context context)

InternalAppEventsLogger

InternalAppEventsLogger(Context context, String applicationId)

InternalAppEventsLogger

InternalAppEventsLogger(String activityName, String applicationId, AccessToken accessToken)
Method Detail

logEvent

 final UnitlogEvent(String eventName, Bundle parameters)

logEvent

 final UnitlogEvent(String eventName, Double valueToSum, Bundle parameters)

logPurchaseImplicitly

 final UnitlogPurchaseImplicitly(BigDecimal purchaseAmount, Currency currency, Bundle parameters)

logEventFromSE

 final UnitlogEventFromSE(String eventName, String buttonText)

logEventImplicitly

 final UnitlogEventImplicitly(String eventName, BigDecimal purchaseAmount, Currency currency, Bundle parameters)

logEventImplicitly

 final UnitlogEventImplicitly(String eventName)

logEventImplicitly

 final UnitlogEventImplicitly(String eventName, Double valueToSum, Bundle parameters)

logEventImplicitly

 final UnitlogEventImplicitly(String eventName, Bundle parameters)

logChangedSettingsEvent

 final UnitlogChangedSettingsEvent(Bundle parameters)

flush

 final Unitflush()