Class TextPatternIntroAlphabeticField
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class TextPatternIntroAlphabeticField extends TextPatternScannerIntroImage implements Parcelable
The image for the introduction screen featuring an alphabetic text field.
-
-
Constructor Summary
Constructors Constructor Description TextPatternIntroAlphabeticField(Map<String, Object> source)
TextPatternIntroAlphabeticField(JSONObject json)
TextPatternIntroAlphabeticField()
-
Method Summary
Modifier and Type Method Description String
get_type()
JSONObject
toJson(ToJsonConfiguration config)
TextPatternIntroAlphabeticField
clone()
final static TextPatternIntroAlphabeticField
default()
-
-
Constructor Detail
-
TextPatternIntroAlphabeticField
TextPatternIntroAlphabeticField(JSONObject json)
-
TextPatternIntroAlphabeticField
TextPatternIntroAlphabeticField()
-
-
Method Detail
-
toJson
JSONObject toJson(ToJsonConfiguration config)
-
clone
TextPatternIntroAlphabeticField clone()
-
default
final static TextPatternIntroAlphabeticField default()
-
-
-
-