Class IdCardIntroImage
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class IdCardIntroImage extends IntroImage implements Parcelable
The image for the introduction screen with an ID card template.
-
-
Constructor Summary
Constructors Constructor Description IdCardIntroImage(Map<String, Object> source)
IdCardIntroImage(JSONObject json)
IdCardIntroImage()
-
Method Summary
Modifier and Type Method Description String
get_type()
JSONObject
toJson()
final static IdCardIntroImage
default()
-
-
Constructor Detail
-
IdCardIntroImage
IdCardIntroImage(JSONObject json)
-
IdCardIntroImage
IdCardIntroImage()
-
-
Method Detail
-
toJson
JSONObject toJson()
-
default
final static IdCardIntroImage default()
-
-
-
-