Mirrors the WindowSoftInputMode
enum.
For more information about the attribute, see Android's documentation: WindowSoftInputMode attribute
Null | Attribute is not set and will not appear in the element. |
StateUnspecified | Mirrors android:windowSoftInputMode="stateUnspecified". |
StateUnchanged | Mirrors android:windowSoftInputMode="stateUnchanged". |
StateHidden | Mirrors android:windowSoftInputMode="stateHidden". |
StateAlwaysHidden | Mirrors android:windowSoftInputMode="stateAlwaysHidden". |
StateVisible | Mirrors android:windowSoftInputMode="stateVisible". |
StateAlwaysVisible | Mirrors android:windowSoftInputMode="stateAlwaysVisible". |
AdjustUnspecified | Mirrors android:windowSoftInputMode="adjustUnspecified". |
AdjustResize | Mirrors android:windowSoftInputMode="adjustResize". |
AdjustPan | Mirrors android:windowSoftInputMode="adjustPan". |