public abstract class EasypushNotification
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.json.JSONObject |
jsonMessage |
| Constructor and Description |
|---|
EasypushNotification(org.json.JSONObject _jsonMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterLaunchNotification(android.content.Context context,
android.app.Notification notification) |
void |
beforeLaunchNotification(android.content.Context context,
NotificationCompat.Builder notificationBuilder) |
abstract NotificationCompat.Builder |
createNotification(android.content.Context context,
java.lang.String titleOfApplication) |
android.content.Intent |
getIntentToLaunch(android.content.Context context,
org.json.JSONObject object) |
org.json.JSONObject |
getJsonMessage() |
void |
launchNotification(android.content.Context context,
int id,
NotificationCompat.Builder notificationBuilder) |
public EasypushNotification(org.json.JSONObject _jsonMessage)
public org.json.JSONObject getJsonMessage()
public void launchNotification(android.content.Context context,
int id,
NotificationCompat.Builder notificationBuilder)
public void beforeLaunchNotification(android.content.Context context,
NotificationCompat.Builder notificationBuilder)
public void afterLaunchNotification(android.content.Context context,
android.app.Notification notification)
public android.content.Intent getIntentToLaunch(android.content.Context context,
org.json.JSONObject object)
public abstract NotificationCompat.Builder createNotification(android.content.Context context,
java.lang.String titleOfApplication)