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