|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApnsNotification
Represents an APNS notification to be sent to Apple service.
| Method Summary | |
|---|---|
byte[] |
getDeviceToken()
Returns the binary representation of the device token. |
int |
getExpiry()
Returns the expiry date of the notification, a fixed UNIX epoch date expressed in seconds |
int |
getIdentifier()
Returns the identifier of the current message. |
byte[] |
getPayload()
Returns the binary representation of the payload. |
byte[] |
marshall()
Returns the binary representation of the message as expected by the APNS server. |
| Method Detail |
|---|
byte[] getDeviceToken()
byte[] getPayload()
int getIdentifier()
int getExpiry()
byte[] marshall()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||