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

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