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