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

eu.easypush.pushlibrary.events.OnAfterLaunchNotification 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 org.json.JSONObject;

public interface OnAfterLaunchNotification {
	public void afterLaunchNotification(Context c, Notification notification, JSONObject jsonMessage);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy