$banner
$banner
Class which represents specific Pushwoosh notification informations for Android (Google Cloud Messaging).
create() : \Gomoob\Pushwoosh\Model\Notification\Android
Utility function used to create a new Android instance.
the new created instance.
getGcmTtl() : int
Gets the Google Cloud Messaging Time To Live, this indicates how long (in seconds) the message should be kept on GCM storage if the device is offline. Optional (default time-to-live is 4 weeks, and must be set as a JSON number).
the Google Cloud Messaging Time To Live.
setGcmTtl(int $gcmTtl)
Sets the Google Cloud Messaging Time To Live, this indicates how long (in seconds) the message should be kept on GCM storage if the device is offline. Optional (default time-to-live is 4 weeks, and must be set as a JSON number).
int | $gcmTtl | the Google Cloud Messaging Time To Live. |