Lightstreamer .Net Adapter 1.10.0
ContentsIndexHome
PreviousUpNext
MpnSubscriptionInfo.MpnApnsSubscriptionInfo.MpnApnsSubscriptionInfo Constructor

Used by Lightstreamer to create an MpnApnsSubscriptionInfo instance, collecting all the details of a push notifications specification for Apple's APNS.

C++
public: MpnApnsSubscriptionInfo(MpnDeviceInfo device, string sound, string badge, string localizedActionKey, string launchImage, string format, string localizedFormatKey, IList arguments, IDictionary customData, string trigger);
C#
public MpnApnsSubscriptionInfo(MpnDeviceInfo device, string sound, string badge, string localizedActionKey, string launchImage, string format, string localizedFormatKey, IList arguments, IDictionary customData, string trigger);
Visual Basic
Public Sub New(device As MpnDeviceInfo, sound As string, badge As string, localizedActionKey As string, launchImage As string, format As string, localizedFormatKey As string, arguments As IList, customData As IDictionary, trigger As string)
Parameters 
Description 
MpnDeviceInfo device 
A MPN device specification. 
string sound 
"he sound ID to be played when a push notification is delivered. 
string badge 
The value for the icon badge when a push notification is delivered. 
string localizedActionKey 
The key of the localized text to be used as the action button when a push notification is delivered. 
string launchImage 
The image name to be shown while the app is loading when the action button is pressed after a push notification is delivered. 
string format 
The format for the push notification text when it is delivered. 
string localizedFormatKey 
The key of the localized text to be used as the format for the push notification text when it is delivered. 
IList arguments 
The list of arguments to be used with a localized format key. 
IDictionary customData 
The map of custom key-value pairs to be added to the push notification. 
string trigger 
The expression the updates are checked against to trigger the notification.