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