wake

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

Sends a wake 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 wake event.


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

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