pushlibrary.notifications
Class ExpandablePictureNotification

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

public class ExpandablePictureNotification
extends EasypushNotification


Constructor Summary
ExpandablePictureNotification()
           
 
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

ExpandablePictureNotification

public ExpandablePictureNotification()
Method Detail

createNotification

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