cn.jpush.api.JPushClient.isDeviceInTag C# (CSharp) 메소드

isDeviceInTag() 공개 메소드

查询某个设备是否在tag下
包含http错误码:如401,404等,错误信息,JPush returen code和JPush returen mssage 包含错误的信息
public isDeviceInTag ( String theTag, String registrationID ) : cn.jpush.api.common.resp.BooleanResult
theTag String 查询的tag
registrationID String 需要确认的设备的registrationID
리턴 cn.jpush.api.common.resp.BooleanResult
        public BooleanResult isDeviceInTag(String theTag, String registrationID)
        {
            return _deviceClient.isDeviceInTag(theTag, registrationID);
        }