import "41.neocities.org/google/play"
const Leanback = "android.software.leanback"
com.roku.web.trc
developer.android.com/ndk/guides/abis
var Device = GoogleDevice{ 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", "android.hardware.camera", "android.hardware.location", "android.hardware.screen.portrait", "android.hardware.screen.landscape", "android.hardware.location.network", "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", }, }
func (g GoogleAuth) Acquire(checkin GoogleCheckin, id string) error
func (g GoogleAuth) Delivery( check GoogleCheckin, app *StoreApp, single bool, ) (*GoogleDelivery, error)
func (g GoogleAuth) Details( check GoogleCheckin, doc string, single bool, ) (*GoogleDetails, error)
func (GoogleCheckin) Marshal(device *GoogleDevice) ([]byte, error)
func (g *GoogleCheckin) Unmarshal(data []byte) error
func (g GoogleDelivery) Apk() func() (Apk, bool)
func (g GoogleDelivery) Obb() func() (Obb, bool)
func (g GoogleDelivery) Url() string
func (g GoogleDetails) Downloads() uint64
func (g GoogleDetails) Name() string
func (g GoogleDetails) String() string
func (g *GoogleDevice) Sync(check GoogleCheckin) error
func (g GoogleToken) Auth() (*GoogleAuth, error)
func (GoogleToken) Marshal(token string) ([]byte, error)
func (g *GoogleToken) Unmarshal(data []byte) error
play.google.com/store/apps/details?id=com.google.android.apps.youtube.unplugged
acquire.go auth.go checkin.go delivery.go details.go play.go sync.go