eu.easypush.pushlibrary.notifications
Class ExpandablePictureNotification

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

public class ExpandablePictureNotification
extends EasypushNotification


Field Summary
 
Fields inherited from class eu.easypush.pushlibrary.notifications.EasypushNotification
jsonMessage
 
Constructor Summary
ExpandablePictureNotification(org.json.JSONObject _jsonMessage)
           
 
Method Summary
 NotificationCompat.Builder createNotification(android.content.Context context, java.lang.String titleOfApplication)
           
 
Methods inherited from class eu.easypush.pushlibrary.notifications.EasypushNotification
afterLaunchNotification, beforeLaunchNotification, getIntentToLaunch, getJsonMessage, launchNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandablePictureNotification

public ExpandablePictureNotification(org.json.JSONObject _jsonMessage)
Method Detail

createNotification

public NotificationCompat.Builder createNotification(android.content.Context context,
                                                     java.lang.String titleOfApplication)
Specified by:
createNotification in class EasypushNotification