Method | Description | |
---|---|---|
DeviceClient ( String appKey, String masterSecret ) : System | ||
ToJson ( String[]>.Dictionary |
||
addDeviceAlias ( String registrationId, String alias ) : cn.jpush.api.common.resp.DefaultResult | ||
addDeviceMobile ( String registrationId, String mobile ) : cn.jpush.api.common.resp.DefaultResult | ||
addDeviceTags ( String registrationId, HashSet |
||
addDevicesFromTag ( String theTag, HashSet |
||
addRemoveDevicesFromTag ( String theTag, HashSet |
||
deleteAlias ( String alias, String platform ) : cn.jpush.api.common.resp.DefaultResult | ||
deleteTag ( String theTag, String platform ) : cn.jpush.api.common.resp.DefaultResult | ||
getAliasDeviceList ( String alias, String platform ) : cn.jpush.api.device.AliasDeviceListResult | ||
getDeviceStatus ( String registrationId ) : cn.jpush.api.common.resp.DefaultResult | ||
getDeviceTagAlias ( String registrationId ) : cn.jpush.api.device.TagAliasResult | ||
getTagList ( ) : cn.jpush.api.device.TagListResult | ||
isDeviceInTag ( String theTag, String registrationID ) : cn.jpush.api.common.resp.BooleanResult | ||
removeDeviceTags ( String registrationId, HashSet |
||
removeDevicesFromTag ( String theTag, HashSet |
||
updateDevice ( String registrationId, String alias, String mobile, HashSet |
||
updateDeviceTagAlias ( String registrationId, String alias, HashSet |
||
updateDeviceTagAlias ( String registrationId, bool clearAlias, bool clearTag ) : cn.jpush.api.common.resp.DefaultResult | ||
updateDeviceTags ( String registrationId, HashSet |
Method | Description | |
---|---|---|
Authorization ( ) : String |
public DeviceClient ( String appKey, String masterSecret ) : System | ||
appKey | String | |
masterSecret | String | |
return | System |
public ToJson ( String[]>.Dictionary |
||
registration | String[]>.Dictionary | |
return | string |
public addDeviceAlias ( String registrationId, String alias ) : cn.jpush.api.common.resp.DefaultResult | ||
registrationId | String | |
alias | String | |
return | cn.jpush.api.common.resp.DefaultResult |
public addDeviceMobile ( String registrationId, String mobile ) : cn.jpush.api.common.resp.DefaultResult | ||
registrationId | String | |
mobile | String | |
return | cn.jpush.api.common.resp.DefaultResult |
public addDeviceTags ( String registrationId, HashSet |
||
registrationId | String | |
tags | HashSet |
|
return | cn.jpush.api.common.resp.DefaultResult |
public addDevicesFromTag ( String theTag, HashSet |
||
theTag | String | |
toAddUsers | HashSet |
|
return | cn.jpush.api.common.resp.DefaultResult |
public addRemoveDevicesFromTag ( String theTag, HashSet |
||
theTag | String | |
toAddUsers | HashSet |
|
toRemoveUsers | HashSet |
|
return | cn.jpush.api.common.resp.DefaultResult |
public deleteAlias ( String alias, String platform ) : cn.jpush.api.common.resp.DefaultResult | ||
alias | String | |
platform | String | |
return | cn.jpush.api.common.resp.DefaultResult |
public deleteTag ( String theTag, String platform ) : cn.jpush.api.common.resp.DefaultResult | ||
theTag | String | |
platform | String | |
return | cn.jpush.api.common.resp.DefaultResult |
public getAliasDeviceList ( String alias, String platform ) : cn.jpush.api.device.AliasDeviceListResult | ||
alias | String | |
platform | String | |
return | cn.jpush.api.device.AliasDeviceListResult |
public getDeviceStatus ( String registrationId ) : cn.jpush.api.common.resp.DefaultResult | ||
registrationId | String | |
return | cn.jpush.api.common.resp.DefaultResult |
public getDeviceTagAlias ( String registrationId ) : cn.jpush.api.device.TagAliasResult | ||
registrationId | String | |
return | cn.jpush.api.device.TagAliasResult |
public getTagList ( ) : cn.jpush.api.device.TagListResult | ||
return | cn.jpush.api.device.TagListResult |
public isDeviceInTag ( String theTag, String registrationID ) : cn.jpush.api.common.resp.BooleanResult | ||
theTag | String | |
registrationID | String | |
return | cn.jpush.api.common.resp.BooleanResult |
public removeDeviceTags ( String registrationId, HashSet |
||
registrationId | String | |
tags | HashSet |
|
return | cn.jpush.api.common.resp.DefaultResult |
public removeDevicesFromTag ( String theTag, HashSet |
||
theTag | String | |
toRemoveUsers | HashSet |
|
return | cn.jpush.api.common.resp.DefaultResult |
public updateDevice ( String registrationId, String alias, String mobile, HashSet |
||
registrationId | String | |
alias | String | |
mobile | String | |
tagsToAdd | HashSet |
|
tagsToRemove | HashSet |
|
return | cn.jpush.api.common.resp.DefaultResult |
public updateDeviceTagAlias ( String registrationId, String alias, HashSet |
||
registrationId | String | |
alias | String | |
tagsToAdd | HashSet |
|
tagsToRemove | HashSet |
|
return | cn.jpush.api.common.resp.DefaultResult |
public updateDeviceTagAlias ( String registrationId, bool clearAlias, bool clearTag ) : cn.jpush.api.common.resp.DefaultResult | ||
registrationId | String | |
clearAlias | bool | |
clearTag | bool | |
return | cn.jpush.api.common.resp.DefaultResult |
public updateDeviceTags ( String registrationId, HashSet |
||
registrationId | String | |
tagsToAdd | HashSet |
|
tagsToRemove | HashSet |
|
return | cn.jpush.api.common.resp.DefaultResult |