com.pax.market.api.sdk.java.api.sync.CloudMessageApi, extends BaseApi
public CloudMessageApi(String baseUrl, String appKey, String appSecret, String terminalSN) {
super(baseUrl, appKey, appSecret, terminalSN);
}
Parameter | Type | Description |
---|---|---|
baseUrl | String | The base url |
appKey | String | The app key |
appSecret | String | The app secret |
terminalSN | String | The terminal SN |
public SdkObject syncMsgTag(List<String> attachTagNames, List<String> detachTagNames)
Parameter | Type | Description |
---|---|---|
attachTagNames | List | The msg tags to attach |
detachTagNames | List | The msg tags to detach |
Attach msg tag
public SdkObject attachMsgTag(List<String> tagNames)
Parameter | Type | Description |
---|---|---|
tagNames | List | The msg tags to attach |
Detach msg tag
public SdkObject detachMsgTag(List<String> tagNames)
Parameter | Type | Description |
---|---|---|
tagNames | List | The msg tags to detach |
Get all tag
public MsgTagObject getAllTag() {}
com.pax.market.api.sdk.java.base.dto.MsgTagObject
Property | Type | Description |
---|---|---|
tags | List | The tags you attached to the application |