UIKitKeyboardManager
A BaseKeyboardManager that takes a UIKitFocusHandler. Used for managing the keyboard in UIKit views.
Parameters
application
The UIApplication that the keyboard is running in.
Types
Link copied to clipboard
class Builder(application: UIApplication = UIApplication.sharedApplication) : BaseKeyboardManager.Builder<UIKitFocusHandler>
Builder for a UIKitKeyboardManager