eu.easypush.pushlibrary.events.OnAfterLaunchNotification Maven / Gradle / Ivy
package eu.easypush.pushlibrary.events;
import android.app.Notification;
import android.content.Context;
import org.json.JSONObject;
public interface OnAfterLaunchNotification {
public void afterLaunchNotification(Context c, Notification notification, JSONObject jsonMessage);
}