SLREventSession

interface SLREventSession

Interface for providing current event session.

Functions

Link copied to clipboard
abstract fun getExternalEventId(): String

A function which provides external event id of the session.

Link copied to clipboard
abstract fun isReleased(): Boolean

Returns whether the session is released.

Link copied to clipboard
abstract fun release()

A function to release event session when it isn't used.