OnBackPressedCallbackService

@ObjCName(name = "OnBackPressedCallbackService", exact = true)
interface OnBackPressedCallbackService : ZiplineService

Redwood's OnBackPressedCallback but implementing ZiplineService.

Properties

Link copied to clipboard
abstract val isEnabled: StateFlow<Boolean>

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
abstract fun handleOnBackPressed()