java.lang.Object | |
↳ | com.urbanairship.iam.layout.AirshipLayoutDisplayContent |
Display content for a TYPE_AIRSHIP_LAYOUT
in-app message.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
static AirshipLayoutDisplayContent |
fromJson(JsonValue value)
Parses HTML display JSON.
| ||||||||||
int | hashCode() | ||||||||||
JsonValue |
toJsonValue()
Returns the objects represented as a JsonValue.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Parses HTML display JSON.
value | The json payload. |
---|
JsonException | If the json was unable to be parsed. |
---|
Returns the objects represented as a JsonValue.