Class PushMessage
java.lang.Object
com.codename1.push.PushMessage
Immutable v3 push envelope used for both received messages and server payload construction.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PushMessage.Builderbuilder()getBody()getData()getId()getTitle()static PushMessagetoJson()toMap()
-
Field Details
-
SCHEMA_VERSION
public static final int SCHEMA_VERSION- See Also:
-
-
Method Details
-
builder
-
parse
- Throws:
IOException
-
getId
-
getTitle
-
getBody
-
getImageUrl
-
getDeepLink
-
getCollapseKey
-
getData
-
getSurface
-
getPlatformOptions
-
toMap
-
toJson
-