public abstract class MpnSubscriptionInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MpnSubscriptionInfo.MpnApnsSubscriptionInfo
Concrete subclass of MpnSubscriptionInfo for APNS platform type.
|
static class |
MpnSubscriptionInfo.MpnGcmSubscriptionInfo
Concrete subclass of MpnSubscriptionInfo for GCM platform type.
|
| Constructor and Description |
|---|
MpnSubscriptionInfo(MpnDeviceInfo device,
java.lang.String trigger)
Used by Lightstreamer to create a MpnSubscriptionInfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
MpnDeviceInfo |
getDevice()
Gets the MPN device of the push notifications.
|
java.lang.String |
getTrigger()
Gets the optional expression the updates are checked against to trigger the notification.
|
public MpnSubscriptionInfo(MpnDeviceInfo device, java.lang.String trigger)
device - The MPN device of the push notifications.trigger - The expression the updates are checked against to trigger the notification.public final MpnDeviceInfo getDevice()
public final java.lang.String getTrigger()