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 Stringget_type()JSONObjecttoJson()final static CheckIntroImagedefault()-
-
Constructor Detail
-
CheckIntroImage
CheckIntroImage(JSONObject json)
-
CheckIntroImage
CheckIntroImage()
-
-
Method Detail
-
toJson
JSONObject toJson()
-
default
final static CheckIntroImage default()
-
-
-
-