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