public static class TextInputChannel.Configuration.Autofill extends Object
| Modifier and Type | Field and Description |
|---|---|
TextInputChannel.TextEditState |
editState |
String[] |
hints |
String |
uniqueIdentifier |
| Constructor and Description |
|---|
Autofill(String uniqueIdentifier,
String[] hints,
TextInputChannel.TextEditState editingState) |
| Modifier and Type | Method and Description |
|---|---|
static TextInputChannel.Configuration.Autofill |
fromJson(JSONObject json) |
public final String uniqueIdentifier
public final String[] hints
public final TextInputChannel.TextEditState editState
public Autofill(@NonNull
String uniqueIdentifier,
@NonNull
String[] hints,
@NonNull
TextInputChannel.TextEditState editingState)
public static TextInputChannel.Configuration.Autofill fromJson(@NonNull JSONObject json) throws JSONException, NoSuchFieldException
JSONExceptionNoSuchFieldException