pushlibrary.notifications
Class EasypushNotification

java.lang.Object
  extended by pushlibrary.notifications.EasypushNotification
Direct Known Subclasses:
ExpandablePictureNotification, SimpleNotification

public abstract class EasypushNotification
extends java.lang.Object


Constructor Summary
EasypushNotification()
           
 
Method Summary
 void afterLaunchNotification(android.content.Context context, android.app.Notification notification)
           
 void beforeLaunchNotification(android.content.Context context, android.app.Notification notification)
           
abstract  void createNotification(android.content.Context context, org.json.JSONObject message, java.lang.String titleOfApplication)
           
 android.content.Intent getIntentToLaunch(android.content.Context context, org.json.JSONObject object)
           
 void launchNotification(android.content.Context context, int id, android.app.Notification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasypushNotification

public EasypushNotification()
Method Detail

launchNotification

public void launchNotification(android.content.Context context,
                               int id,
                               android.app.Notification notification)

beforeLaunchNotification

public void beforeLaunchNotification(android.content.Context context,
                                     android.app.Notification notification)

afterLaunchNotification

public void afterLaunchNotification(android.content.Context context,
                                    android.app.Notification notification)

getIntentToLaunch

public android.content.Intent getIntentToLaunch(android.content.Context context,
                                                org.json.JSONObject object)

createNotification

public abstract void createNotification(android.content.Context context,
                                        org.json.JSONObject message,
                                        java.lang.String titleOfApplication)