Class MrzIntroCustomImage
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class MrzIntroCustomImage extends MrzScannerIntroImage implements Parcelable
A custom image for the introduction screen.
-
-
Constructor Summary
Constructors Constructor Description MrzIntroCustomImage(Map<String, Object> source)
MrzIntroCustomImage(JSONObject json)
MrzIntroCustomImage(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)
MrzIntroCustomImage
clone()
-
-
Constructor Detail
-
MrzIntroCustomImage
MrzIntroCustomImage(JSONObject json)
-
MrzIntroCustomImage
MrzIntroCustomImage(String uri)
-
-
Method Detail
-
toJson
JSONObject toJson(ToJsonConfiguration config)
-
clone
MrzIntroCustomImage clone()
-
-
-
-