类 com.github.sd4324530.fastweixin.api.enums.MaterialType
的使用

使用 MaterialType 的软件包
com.github.sd4324530.fastweixin.api   
com.github.sd4324530.fastweixin.api.enums   
 

com.github.sd4324530.fastweixin.apiMaterialType 的使用
 

参数类型为 MaterialTypecom.github.sd4324530.fastweixin.api 中的方法
 GetMaterialListResponse MaterialAPI.batchGetMaterial(MaterialType type, int offset, int count)
          获取素材列表
 DownloadMaterialResponse MaterialAPI.downloadMaterial(String mediaId, MaterialType type)
          下载永久素材
 

com.github.sd4324530.fastweixin.api.enumsMaterialType 的使用
 

返回 MaterialTypecom.github.sd4324530.fastweixin.api.enums 中的方法
static MaterialType MaterialType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static MaterialType[] MaterialType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 



Copyright © 2017. All rights reserved.