| Package | Description |
|---|---|
| me.hao0.wechat.core | |
| me.hao0.wechat.model.material |
| Modifier and Type | Method and Description |
|---|---|
void |
Materials.updatePermNews(String mediaId,
Integer itemIndex,
NewsContentItem newItem,
Callback<Boolean> cb)
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
|
Boolean |
Materials.updatePermNews(String accessToken,
String mediaId,
Integer itemIndex,
NewsContentItem newItem)
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
|
void |
Materials.updatePermNews(String accessToken,
String mediaId,
Integer itemIndex,
NewsContentItem newItem,
Callback<Boolean> cb)
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
|
| Modifier and Type | Method and Description |
|---|---|
String |
Materials.uploadPermNews(List<NewsContentItem> items)
添加永久图文素材
|
void |
Materials.uploadPermNews(List<NewsContentItem> items,
Callback<String> cb)
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
|
String |
Materials.uploadPermNews(String accessToken,
List<NewsContentItem> items)
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
|
void |
Materials.uploadPermNews(String accessToken,
List<NewsContentItem> items,
Callback<String> cb)
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
|
| Modifier and Type | Method and Description |
|---|---|
List<NewsContentItem> |
NewsContent.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
NewsContent.setItems(List<NewsContentItem> items) |
Copyright © 2019. All rights reserved.