NativeInputStatePublisher

Write-side of the native input state store. Only the native input widget (and its ViewModel) should publish; everything else observes via NativeInputStateProvider.

Functions

Link copied to clipboard
abstract fun clearAll()
Link copied to clipboard
abstract fun clearTab(tabId: String)
Link copied to clipboard
abstract fun publish(tabId: String, state: NativeInputState)
Link copied to clipboard
abstract fun update(tabId: String, transform: (NativeInputState) -> NativeInputState)