Host

interface Host : ZiplineService, ChangesSinkService

Access to the host that presents this UI.

Properties

Link copied to clipboard
Link copied to clipboard
abstract val uiConfigurations: StateFlow<UiConfiguration>

Functions

Link copied to clipboard
abstract fun addOnBackPressedCallback(onBackPressedCallbackService: OnBackPressedCallbackService): CancellableService
Link copied to clipboard
open override fun close()
Link copied to clipboard
abstract fun sendChanges(changes: List<Change>)