
cn.bestwu.umeng.push.ios.IOSGroupcast Maven / Gradle / Ivy
package cn.bestwu.umeng.push.ios;
import org.json.JSONObject;
public class IOSGroupcast extends IOSNotification {
public IOSGroupcast() throws Exception {
this.setPredefinedKeyValue("type", "groupcast");
}
public void setFilter(JSONObject filter) throws Exception {
setPredefinedKeyValue("filter", filter);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy