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

cn.bestwu.umeng.push.android.AndroidGroupcast Maven / Gradle / Ivy

There is a newer version: 1.5.5
Show newest version
package cn.bestwu.umeng.push.android;

import org.json.JSONObject;

public class AndroidGroupcast extends AndroidNotification {
	public AndroidGroupcast() throws Exception {
		this.setPredefinedKeyValue("type", "groupcast");
	}

	public void setFilter(JSONObject filter) throws Exception {
		setPredefinedKeyValue("filter", filter);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy