eu.easypush.pushlibrary.notifications
Class NotificationFactory

java.lang.Object
  extended by eu.easypush.pushlibrary.notifications.NotificationFactory

public class NotificationFactory
extends java.lang.Object


Field Summary
static java.util.HashMap<java.lang.String,java.lang.String> notificationsByType
           
 
Constructor Summary
NotificationFactory()
           
 
Method Summary
static EasypushNotification getNotification(java.lang.String type, org.json.JSONObject message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notificationsByType

public static final java.util.HashMap<java.lang.String,java.lang.String> notificationsByType
Constructor Detail

NotificationFactory

public NotificationFactory()
Method Detail

getNotification

public static EasypushNotification getNotification(java.lang.String type,
                                                   org.json.JSONObject message)