pushlibrary.notifications
Class EasypushNotification
java.lang.Object
pushlibrary.notifications.EasypushNotification
- Direct Known Subclasses:
- ExpandablePictureNotification, SimpleNotification
public abstract class EasypushNotification
- extends java.lang.Object
|
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 |
EasypushNotification
public EasypushNotification()
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)