Skip to content

Go Get Android Application Latest Upgrade Information

This method is used to obtain the latest upgrade strategy for Android applications.

Method Definition

go
func (client *Client) ApkUpgrade(request *ApkUpgradeRequest) (_result *ApkUpgradeResponse, _err error)

Request Parameter List

Parameter NameTypeDescription
request*ApkUpgradeRequestSet specific interface request parameters, please refer to Android Application Get Upgrade Strategy

Return Value List

Return Value NameTypeDescription
result*ApkUpgradeResponseInterface return value, valid when err is nil, specific interface return parameters, please refer to Android Application Get Upgrade Strategy
errerrorRequest status, when the request fails, err is not nil

toolsetlink@163.com