
cn.bestwu.umeng.push.ios.IOSCustomizedcast Maven / Gradle / Ivy
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