hengsokchamroeun / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

Support launch-image child property for alert property in PushedNotificationPayload #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the API allows to add 'body', 'action-loc-key', 'loc-key', and 
'loc-args' child properties for 'alert' property with 
PushedNotificationPayload.addCustomAlertBody, 
PushedNotificationPayload.addCustomAlertActionLocKey, 
PushedNotificationPayload.addCustomAlertLocKey, 
PushedNotificationPayload.addCustomAlertLocArgs respectively.

The 'launch-image' child property appeared with iOS 4.0 and is currently not 
supported in PushedNotificationPayload.

Could you please add an addCustomAlertLaunchImage method ?

Original issue reported on code.google.com by ftho...@excilys.com on 23 May 2012 at 10:14

GoogleCodeExporter commented 8 years ago
Added in r364.

Original comment by sype...@gmail.com on 2 Jul 2012 at 10:07

GoogleCodeExporter commented 8 years ago
Thanks !

Original comment by ftho...@excilys.com on 14 Dec 2012 at 12:59