cn.bestwu.umeng.push.android.AndroidUnicast Maven / Gradle / Ivy
package cn.bestwu.umeng.push.android;
import cn.bestwu.umeng.push.AndroidNotification;
public class AndroidUnicast extends AndroidNotification {
public AndroidUnicast() {
try {
this.setPredefinedKeyValue("type", "unicast");
} catch (Exception ex) {
ex.printStackTrace();
System.exit(1);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy