Versions in this module Expand all Collapse all v1 v1.0.2 Mar 4, 2025 v1.0.1 Mar 4, 2025 Changes in this version + type App struct + AdSupported bool + AndroidVersion string + AndroidVersionMin float64 + Available bool + ContentRating string + ContentRatingDescription string + Description string + DescriptionHTML string + Developer string + DeveloperAddress string + DeveloperEmail string + DeveloperID string + DeveloperInternalID string + DeveloperURL string + DeveloperWebsite string + FamilyGenre string + FamilyGenreID string + Free bool + Genre string + GenreID string + HeaderImage string + IAPOffers bool + IAPRange string + ID string + Icon string + Installs string + InstallsMax int + InstallsMin int + Permissions map[string][]string + Price Price + PriceFull Price + PrivacyPolicy string + Ratings int + RatingsHistogram map[int]int + RecentChanges string + RecentChangesHTML string + Released string + Reviews []*reviews.Review + ReviewsTotalCount int + Score float64 + ScoreText string + Screenshots []string + SimilarURL string + Summary string + Title string + URL string + Updated time.Time + Version string + Video string + VideoImage string + func New(id string, options Options) *App + func (app *App) LoadDetails() error + func (app *App) LoadPermissions() error + type Options struct + Country string + Language string + type Price struct + Currency string + Value float64