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

cn.bestwu.umeng.push.ios.IOSBroadcast Maven / Gradle / Ivy

package cn.bestwu.umeng.push.ios;

import cn.bestwu.umeng.push.IOSNotification;

public class IOSBroadcast extends IOSNotification {
	public IOSBroadcast() {
		try {
			this.setPredefinedKeyValue("type", "broadcast");	
		} catch (Exception ex) {
			ex.printStackTrace();
			System.exit(1);
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy