launch

abstract fun launch(dataObject: DataObject): Single<TealiumResult<Unit>>

Sends a launch event and gathers all lifecycle data at the time the event is triggered. Only use if lifecycle auto-tracking is disabled.

Parameters

dataObject

Optional data to be sent with launch event.


abstract fun launch(): Single<TealiumResult<Unit>>

Sends a launch event and gathers all lifecycle data at the time the event is triggered. Only use if lifecycle auto-tracking is disabled.