
cn.bestwu.umeng.push.ios.IOSUnicast Maven / Gradle / Ivy
package cn.bestwu.umeng.push.ios;
public class IOSUnicast extends IOSNotification {
public IOSUnicast() throws Exception {
this.setPredefinedKeyValue("type", "unicast");
}
public void setDeviceToken(String token) throws Exception {
setPredefinedKeyValue("device_tokens", token);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy