Package-level declarations

Types

Link copied to clipboard

The root object of every Wemap SDK session — create one before anything else.

Link copied to clipboard
sealed class LoadPhase

The loading state of a view that builds its managers asynchronously.

Link copied to clipboard

A view whose managers only become available once it has finished loading.

Functions

Link copied to clipboard
suspend fun <T : LoadPhaseProvider> T.awaitLoaded(): T

Suspends until the view has finished loading, then returns it.