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

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

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

public class IOSCustomizedcast extends IOSNotification {
	public IOSCustomizedcast() throws Exception {
		this.setPredefinedKeyValue("type", "customizedcast");
	}

	public void setAlias(String alias, String aliasType) throws Exception {
		setPredefinedKeyValue("alias", alias);
		setPredefinedKeyValue("alias_type", aliasType);
	}

	public void setFileId(String fileId, String aliasType) throws Exception {
		setPredefinedKeyValue("file_id", fileId);
		setPredefinedKeyValue("alias_type", aliasType);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy