Package-level declarations
Contains additional method definitions specifically aimed at Kotlin callers - they are intended for easy integration or interoperability with other common Kotlin features, such as coroutines.
Functions
Link copied to clipboard
Converts this Subscribable into a cold Flow.
Link copied to clipboard
Converts this SubscribableState into a StateFlow.
Link copied to clipboard
Suspends until the Single emits its result, returning the full TealiumResult.
Link copied to clipboard
Collects all emissions from this Subscribable by converting it to a Flow and collecting with the given collector.