Package | Description |
---|---|
com.salesforce.androidsdk.analytics.model |
Modifier and Type | Method and Description |
---|---|
InstrumentationEventBuilder |
InstrumentationEventBuilder.attributes(JSONObject attributes)
Sets attributes.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.endTime(long endTime)
Sets end time.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.errorType(InstrumentationEvent.ErrorType errorType)
Sets error type.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.eventType(InstrumentationEvent.EventType eventType)
Sets event type.
|
static InstrumentationEventBuilder |
InstrumentationEventBuilder.getInstance(AnalyticsManager analyticsManager,
Context context)
Returns an instance of this class.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.marks(JSONObject marks)
Sets marks.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.name(java.lang.String name)
Sets name.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.page(JSONObject page)
Sets page.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.previousPage(JSONObject previousPage)
Sets previous page.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.schemaType(InstrumentationEvent.SchemaType schemaType)
Sets schema type.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.senderContext(JSONObject senderContext)
Sets sender context.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.senderId(java.lang.String senderId)
Sets sender ID.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.senderParentId(java.lang.String senderParentId)
Sets sender parent ID.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.sessionId(java.lang.String sessionId)
Sets session ID.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.sessionStartTime(long sessionStartTime)
Sets session start time.
|
InstrumentationEventBuilder |
InstrumentationEventBuilder.startTime(long startTime)
Sets start time.
|