public final class UIScrollViewKeyboardDismissMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Interactive
the keyboard follows the dragging touch off screen, and may be pulled upward again to cancel the dismiss
|
static long |
None |
static long |
OnDrag
dismisses the keyboard when a drag begins
|
public static final long None
public static final long OnDrag
public static final long Interactive