| 程序包 | 说明 |
|---|---|
| com.tencent.ads.api | |
| com.tencent.ads.model |
| 限定符和类型 | 方法和说明 |
|---|---|
AdsGetResponse |
AdsApi.adsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields)
获取广告
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResponse<AdsGetResponse> |
AdsApi.adsGetWithHttpInfo(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields)
获取广告
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.squareup.okhttp.Call |
AdsApi.adsGetAsync(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields,
ApiCallback<AdsGetResponse> callback)
获取广告 (asynchronously)
|
| 限定符和类型 | 方法和说明 |
|---|---|
AdsGetResponse |
AdsGetResponse.addErrorsItem(ApiErrorStruct errorsItem) |
AdsGetResponse |
AdsGetResponse.code(Long code) |
AdsGetResponse |
AdsGetResponse.data(AdsGetResponseData data) |
AdsGetResponse |
AdsGetResponse.errors(List<ApiErrorStruct> errors) |
AdsGetResponse |
AdsGetResponse.message(String message) |
AdsGetResponse |
AdsGetResponse.messageCn(String messageCn) |
Copyright © 2020. All rights reserved.