package play
import "41.neocities.org/google/play"
Index ¶
- Constants
- Variables
- type Apk
- type App
- type Auth
- func (a Auth) Acquire(check Checkin, id string) error
- func (a Auth) Delivery( check Checkin, app1 *App, single bool, ) (*Delivery, error)
- func (a Auth) Details(check Checkin, doc string, single bool) (*Details, error)
- type Checkin
- func (Checkin) Marshal(device1 *Device) ([]byte, error)
- func (c *Checkin) Unmarshal(data []byte) error
- type Delivery
- func (d Delivery) Apk() func() (Apk, bool)
- func (d Delivery) Obb() func() (Obb, bool)
- func (d Delivery) Url() string
- type Details
- type Device
- type Obb
- type Token
- func (t Token) Auth() (*Auth, error)
- func (Token) Marshal(oauth_token string) ([]byte, error)
- func (t *Token) Unmarshal(data []byte) error
- type Values
Constants ¶
const Leanback = "android.software.leanback"
com.roku.web.trc
Variables ¶
var Abis = []string{ "x86", "x86_64", "armeabi-v7a", "arm64-v8a", }
developer.android.com/ndk/guides/abis
var DefaultDevice = Device{ Feature: []string{ "android.hardware.location.gps", "android.software.midi", "android.hardware.camera.front", "android.hardware.camera.flash", "android.hardware.microphone", "android.software.device_admin", "android.hardware.touchscreen", "android.hardware.wifi", "android.hardware.sensor.accelerometer", "nrdp.modelgroup", "android.hardware.camera", "android.hardware.location", "android.hardware.screen.portrait", "android.hardware.screen.landscape", "android.hardware.location.network", "android.hardware.nfc", "android.hardware.bluetooth", "android.hardware.bluetooth_le", "android.hardware.camera.autofocus", "android.hardware.usb.host", "android.hardware.sensor.compass", "android.hardware.telephony", }, Library: []string{ "org.apache.http.legacy", "android.test.runner", }, Texture: []string{ "GL_OES_compressed_ETC1_RGB8_texture", "GL_KHR_texture_compression_astc_ldr", }, }
Types ¶
type Apk ¶
func (Apk) Field1 ¶
func (Apk) Url ¶
type App ¶
play.google.com/store/apps/details?id=com.google.android.apps.youtube.unplugged
func (*App) Apk ¶
func (*App) Obb ¶
type Auth ¶
type Auth [1]Values
func (Auth) Acquire ¶
func (Auth) Delivery ¶
func (Auth) Details ¶
type Checkin ¶
func (Checkin) Marshal ¶
func (*Checkin) Unmarshal ¶
type Delivery ¶
func (Delivery) Apk ¶
func (Delivery) Obb ¶
func (Delivery) Url ¶
type Details ¶
func (Details) Downloads ¶
func (Details) Name ¶
func (Details) String ¶
type Device ¶
func (*Device) Sync ¶
type Obb ¶
func (Obb) Field1 ¶
func (Obb) Url ¶
type Token ¶
type Token [1]Values
func (Token) Auth ¶
func (Token) Marshal ¶
func (*Token) Unmarshal ¶
type Values ¶
func (Values) Set ¶
Source Files ¶
acquire.go auth.go checkin.go delivery.go details.go play.go sync.go
- Version
- v1.7.1 (latest)
- Published
- Feb 14, 2025
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 1 month ago –
Tools for package owners.