pushlibrary.notifications
Class SimpleNotification

java.lang.Object
  extended by pushlibrary.notifications.EasypushNotification
      extended by pushlibrary.notifications.SimpleNotification

public class SimpleNotification
extends EasypushNotification


Constructor Summary
SimpleNotification()
           
 
Method Summary
 void createNotification(android.content.Context context, org.json.JSONObject message, java.lang.String titleOfApplication)
           
 
Methods inherited from class pushlibrary.notifications.EasypushNotification
afterLaunchNotification, beforeLaunchNotification, getIntentToLaunch, launchNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleNotification

public SimpleNotification()
Method Detail

createNotification

public void createNotification(android.content.Context context,
                               org.json.JSONObject message,
                               java.lang.String titleOfApplication)
Specified by:
createNotification in class EasypushNotification