All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.easypush.pushlibrary.events.OnBeforeLaunchNotification Maven / Gradle / Ivy

There is a newer version: 0.8
Show newest version
package eu.easypush.pushlibrary.events;

import android.app.Notification;
import android.content.Context;
import android.support.v4.app.NotificationCompat;

import org.json.JSONObject;

public interface OnBeforeLaunchNotification {
	public void beforeLaunchNotification(Context c, NotificationCompat.Builder notificationBuilder, JSONObject jsonMessage);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy