Class TextPatternIntroCustomImage
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class TextPatternIntroCustomImage extends TextPatternScannerIntroImage implements Parcelable
A custom image for the introduction screen.
-
-
Constructor Summary
Constructors Constructor Description TextPatternIntroCustomImage(Map<String, Object> source)
TextPatternIntroCustomImage(JSONObject json)
TextPatternIntroCustomImage(String uri)
-
Method Summary
Modifier and Type Method Description String
get_type()
final String
getUri()
The web or file URI to the image. final Unit
setUri(String uri)
The web or file URI to the image. JSONObject
toJson(ToJsonConfiguration config)
TextPatternIntroCustomImage
clone()
-
-
Constructor Detail
-
TextPatternIntroCustomImage
TextPatternIntroCustomImage(JSONObject json)
-
TextPatternIntroCustomImage
TextPatternIntroCustomImage(String uri)
-
-
Method Detail
-
toJson
JSONObject toJson(ToJsonConfiguration config)
-
clone
TextPatternIntroCustomImage clone()
-
-
-
-