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