
cn.bestwu.umeng.push.android.AndroidCustomizedcast Maven / Gradle / Ivy
package cn.bestwu.umeng.push.android;
public class AndroidCustomizedcast extends AndroidNotification {
public AndroidCustomizedcast() 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