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

cn.bestwu.umeng.push.android.AndroidUnicast Maven / Gradle / Ivy

There is a newer version: 1.5.5
Show newest version
package cn.bestwu.umeng.push.android;

public class AndroidUnicast extends AndroidNotification {
	public AndroidUnicast() throws Exception {
		this.setPredefinedKeyValue("type", "unicast");
	}

	public void setDeviceToken(String token) throws Exception {
		setPredefinedKeyValue("device_tokens", token);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy