Class TextInputChannel.Configuration.Autofill
java.lang.Object
io.flutter.embedding.engine.systemchannels.TextInputChannel.Configuration.Autofill
- Enclosing class:
- TextInputChannel.Configuration
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAutofill
(String uniqueIdentifier, String[] hints, String hintText, TextInputChannel.TextEditState editingState) -
Method Summary
-
Field Details
-
uniqueIdentifier
-
hints
-
editState
-
hintText
-
-
Constructor Details
-
Autofill
public Autofill(@NonNull String uniqueIdentifier, @NonNull String[] hints, @Nullable String hintText, @NonNull TextInputChannel.TextEditState editingState)
-
-
Method Details
-
fromJson
@NonNull public static TextInputChannel.Configuration.Autofill fromJson(@NonNull JSONObject json) throws JSONException, NoSuchFieldException - Throws:
JSONException
NoSuchFieldException
-