Package-level declarations
Types
Interface that defines the actions available for the Keyboard Manager
Common interface which handles the focus on a view.
A BaseKeyboardManager that takes any FocusHandler
A BaseKeyboardManager that takes any FocusHandler
A FocusHandler that focuses on a given UIView
A BaseKeyboardManager that takes a UIKitFocusHandler. Used for managing the keyboard in UIKit views.
A FocusHandler that stores a given Value to focus on. This generic implementation allows for usage from SwiftUI.
A BaseKeyboardManager that takes a ValueFocusHandler. Uses for managing keyboard in a generic way so that it allows for usage from SwiftUI.
A FocusHandler that focuses on a view with a given ID.
A BaseKeyboardManager that takes a ViewFocusHandler. Used managing the keyboard in XML Views.