Android SDK Version
All Implemented Interfaces:
java.io.Serializable


public final class AppEvent
 implements Serializable
Nested Class Summary
Modifier and TypeClassDescription
public classAppEvent.Companion
Field Summary
Modifier and TypeFieldDescription
private final JSONObjectjsonObject
private final BooleanisImplicit
private final Stringname
private final BooleanisChecksumValid
Constructor Summary
ConstructorDescription
AppEvent(String contextName, String eventName, Double valueToSum, Bundle parameters, Boolean isImplicitlyLogged, Boolean isInBackground, UUID currentSessionId)
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

AppEvent

AppEvent(String contextName, String eventName, Double valueToSum, Bundle parameters, Boolean isImplicitlyLogged, Boolean isInBackground, UUID currentSessionId)
Method Detail

getJsonObject

 final JSONObjectgetJsonObject()

getIsImplicit

 final BooleangetIsImplicit()

getName

 final StringgetName()

getIsChecksumValid

 final BooleangetIsChecksumValid()

getIsImplicit

 final BooleangetIsImplicit()

getJSONObject

 final JSONObjectgetJSONObject()

toString

StringtoString()