Package com.ebasetech.xi.services
Class PushNotification
java.lang.Object
com.ebasetech.xi.services.PushNotification
- All Implemented Interfaces:
java.io.Serializable
public class PushNotification
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PushNotification()
-
Method Summary
Modifier and Type Method 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()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PushNotification
public PushNotification()
-
-
Method Details
-
newPushyMeNotifiction
public com.ebasetech.xi.services.pushNotifications.pushyMe.PushyMePushNotification newPushyMeNotifiction() -
newFirebaseNotification
public com.ebasetech.xi.services.pushNotifications.fcmLegacyHttpServerProtocol.PushNotification newFirebaseNotification() -
newAPNSNotification
public com.ebasetech.xi.services.pushNotifications.apns.PushNotification newAPNSNotification() -
main
public static void main(java.lang.String[] args)
-