java.lang.Object | |
↳ | com.urbanairship.iam.custom.CustomDisplayContent |
Display content for a TYPE_CUSTOM
in-app message.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.urbanairship.iam.DisplayContent
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CustomDisplayContent(JsonValue value)
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
static CustomDisplayContent |
fromJson(JsonValue value)
Parses a json value.
| ||||||||||
JsonValue |
getValue()
Gets the custom value.
| ||||||||||
int | hashCode() | ||||||||||
JsonValue |
toJsonValue()
Returns the objects represented as a JsonValue.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.urbanairship.json.JsonSerializable
|
Default constructor.
value | The json payload. |
---|
Parses a json value.
value | The json value. |
---|
JsonException |
---|
Returns the objects represented as a JsonValue.