Builder

class Builder(lifecycleManagerObserver: LifecycleManagerObserver = LifecycleManagerObserver()) : BaseKeyboardManager.Builder<ViewFocusHandler> , ActivityLifecycleSubscribable

A BaseKeyboardManager.Builder for creating a ViewKeyboardManager

Parameters

lifecycleManagerObserver

The LifecycleManagerObserver to observe lifecycle changes.

Constructors

Link copied to clipboard
constructor(lifecycleManagerObserver: LifecycleManagerObserver = LifecycleManagerObserver())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun create(coroutineScope: CoroutineScope): ViewKeyboardManager

Creates KeyboardManager object

Link copied to clipboard
Link copied to clipboard
open override fun unsubscribe()