Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultArch = arm64
)
Variables ¶
View Source
var ( MissingArchSplits = []string{"config." + arm32, "config." + x64, "config." + x86} MissingDpiSplits = []string{"config.hdpi"} )
Functions ¶
func GetDownloadURL ¶
func StartUpdateTracker ¶
Types ¶
type GooglePlayChecker ¶
type GooglePlayChecker struct { AccountConfig common.GooglePlayChannelConfig Channel string // contains filtered or unexported fields }
func (*GooglePlayChecker) Check ¶
func (c *GooglePlayChecker) Check() (v int, app *gplayapi.App, err error)
func (*GooglePlayChecker) GetDownloadData ¶
func (c *GooglePlayChecker) GetDownloadData(version int, arch string) (data *gpproto.AndroidAppDeliveryData, err error)
Click to show internal directories.
Click to hide internal directories.