getTraceId

abstract suspend fun getTraceId(timeout: Long?): GetTraceIdResult

Requests a unique identifier for the user session for tracing purposes. This must return a new unique value on every call.

Parameters

timeout

The timeout of getTraceId in milliseconds or null if no timeout should be used