Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
type Category string
Category of apps
const ( // AndroidWear category of apps AndroidWear Category = "ANDROID_WEAR" // Application category of apps Application Category = "APPLICATION" // ArtAndDesign category of apps ArtAndDesign Category = "ART_AND_DESIGN" // AutoAndVehicles category of apps AutoAndVehicles Category = "AUTO_AND_VEHICLES" // Beauty category of apps Beauty Category = "BEAUTY" // BooksAndReference category of apps BooksAndReference Category = "BOOKS_AND_REFERENCE" // Business category of apps Business Category = "BUSINESS" // Comics category of apps Comics Category = "COMICS" // Communication category of apps Communication Category = "COMMUNICATION" // Dating category of apps Dating Category = "DATING" // Education category of apps Education Category = "EDUCATION" // Entertainment category of apps Entertainment Category = "ENTERTAINMENT" // Events category of apps Events Category = "EVENTS" // Family category of apps Family Category = "FAMILY" // FamilyAction category of apps FamilyAction Category = "FAMILY_ACTION" // FamilyBraingames category of apps FamilyBraingames Category = "FAMILY_BRAINGAMES" // FamilyCreate category of apps FamilyCreate Category = "FAMILY_CREATE" // FamilyEducation category of apps FamilyEducation Category = "FAMILY_EDUCATION" // FamilyMusicvideo category of apps FamilyMusicvideo Category = "FAMILY_MUSICVIDEO" // FamilyPretend category of apps FamilyPretend Category = "FAMILY_PRETEND" // Finance category of apps Finance Category = "FINANCE" // FoodAndDrink category of apps FoodAndDrink Category = "FOOD_AND_DRINK" // Game category of apps Game Category = "GAME" // GameAction category of apps GameAction Category = "GAME_ACTION" // GameAdventure category of apps GameAdventure Category = "GAME_ADVENTURE" // GameArcade category of apps GameArcade Category = "GAME_ARCADE" // GameBoard category of apps GameBoard Category = "GAME_BOARD" // GameCard category of apps GameCard Category = "GAME_CARD" // GameCasino category of apps GameCasino Category = "GAME_CASINO" // GameCasual category of apps GameCasual Category = "GAME_CASUAL" // GameEducational category of apps GameEducational Category = "GAME_EDUCATIONAL" // GameMusic category of apps GameMusic Category = "GAME_MUSIC" // GamePuzzle category of apps GamePuzzle Category = "GAME_PUZZLE" // GameRacing category of apps GameRacing Category = "GAME_RACING" // GameRolePlaying category of apps GameRolePlaying Category = "GAME_ROLE_PLAYING" // GameSimulation category of apps GameSimulation Category = "GAME_SIMULATION" // GameSports category of apps GameSports Category = "GAME_SPORTS" // GameStrategy category of apps GameStrategy Category = "GAME_STRATEGY" // GameTrivia category of apps GameTrivia Category = "GAME_TRIVIA" // GameWord category of apps GameWord Category = "GAME_WORD" // HealthAndFitness category of apps HealthAndFitness Category = "HEALTH_AND_FITNESS" // HouseAndHome category of apps HouseAndHome Category = "HOUSE_AND_HOME" // LibrariesAndDemo category of apps LibrariesAndDemo Category = "LIBRARIES_AND_DEMO" // Lifestyle category of apps Lifestyle Category = "LIFESTYLE" MapsAndNavigation Category = "MAPS_AND_NAVIGATION" // Medical category of apps Medical Category = "MEDICAL" // MusicAndAudio category of apps MusicAndAudio Category = "MUSIC_AND_AUDIO" // NewsAndMagazines category of apps NewsAndMagazines Category = "NEWS_AND_MAGAZINES" // Parenting category of apps Parenting Category = "PARENTING" // Personalization category of apps Personalization Category = "PERSONALIZATION" // Photography category of apps Photography Category = "PHOTOGRAPHY" // Productivity category of apps Productivity Category = "PRODUCTIVITY" // Shopping category of apps Shopping Category = "SHOPPING" // Social category of apps Social Category = "SOCIAL" // Sports category of apps Sports Category = "SPORTS" // Tools category of apps Tools Category = "TOOLS" // TravelAndLocal category of apps TravelAndLocal Category = "TRAVEL_AND_LOCAL" // VideoPlayers category of apps VideoPlayers Category = "VIDEO_PLAYERS" // WatchFace category of apps WatchFace Category = "WATCH_FACE" // Weather category of apps Weather Category = "WEATHER" )
type Collection ¶
type Collection string
Collection of apps
const ( // TopFree apps TopFree Collection = "topselling_free" // TopPaid apps TopPaid Collection = "topselling_paid" // TopNewFree apps TopNewFree Collection = "topselling_new_free" // TopNewPaid apps TopNewPaid Collection = "topselling_new_paid" // TopGrossing apps TopGrossing Collection = "topgrossing" // TopTrending apps TopTrending Collection = "movers_shakers" )
Click to show internal directories.
Click to hide internal directories.