
cn.bestwu.umeng.push.android.AndroidGroupcast Maven / Gradle / Ivy
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