public class PushNotification
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PushNotification() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
com.ebasetech.xi.services.pushNotifications.apns.PushNotification |
newAPNSNotification() |
com.ebasetech.xi.services.pushNotifications.fcmLegacyHttpServerProtocol.PushNotification |
newFirebaseNotification() |
com.ebasetech.xi.services.pushNotifications.pushyMe.PushyMePushNotification |
newPushyMeNotifiction() |
public com.ebasetech.xi.services.pushNotifications.pushyMe.PushyMePushNotification newPushyMeNotifiction()
public com.ebasetech.xi.services.pushNotifications.fcmLegacyHttpServerProtocol.PushNotification newFirebaseNotification()
public com.ebasetech.xi.services.pushNotifications.apns.PushNotification newAPNSNotification()
public static void main(java.lang.String[] args)