awaitContent

abstract suspend fun awaitContent()

Suspends until content is available; either it is already in the view or it is preloaded and a call to bind will immediately show this content.

Throws

CancellationException

if it's unbound before it returns.