![JAR search and dependency download from the Maven repository](/logo.png)
cn.bestwu.umeng.push.android.AndroidGroupcast Maven / Gradle / Ivy
package cn.bestwu.umeng.push.android;
import cn.bestwu.umeng.push.AndroidNotification;
public class AndroidGroupcast extends AndroidNotification {
public AndroidGroupcast() {
try {
this.setPredefinedKeyValue("type", "groupcast");
} catch (Exception ex) {
ex.printStackTrace();
System.exit(1);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy