Documentation ¶
Index ¶
Constants ¶
View Source
const (
Sleep = 4 * time.Second
)
Variables ¶
View Source
var DefaultConfig = Config{ DeviceFeature: []string{ "android.hardware.touchscreen", "android.hardware.wifi", "android.hardware.bluetooth", "android.hardware.camera", "android.hardware.location", "android.hardware.screen.portrait", "android.hardware.location.gps", "android.hardware.sensor.accelerometer", "android.hardware.touchscreen.multitouch", "android.hardware.touchscreen.multitouch.distinct", "android.hardware.vulkan.level", "android.hardware.vulkan.version", "android.hardware.screen.landscape", "android.hardware.microphone", "android.hardware.bluetooth_le", "android.hardware.camera.autofocus", "android.hardware.usb.host", "android.hardware.telephony", "android.hardware.location.network", }, GLESversion: 0x0003_0001, GLextension: []string{ "GL_OES_compressed_ETC1_RGB8_texture", }, NativePlatform: []string{ "x86", "armeabi-v7a", "arm64-v8a", }, SystemSharedLibrary: []string{ "global-miui11-empty.jar", }, TouchScreen: 3, }
Functions ¶
This section is empty.
Types ¶
type Auth ¶ added in v1.0.4
type Auth struct {
Auth string
}
type Config ¶ added in v1.2.1
type Config struct { DeviceFeature []string GLESversion uint64 GLextension []string HasFiveWayNavigation uint64 // this can be 0, but it must be included: HasHardKeyboard uint64 // this can be 0, but it must be included: Keyboard uint64 NativePlatform []string Navigation uint64 // this can be 0, but it must be included: ScreenDensity uint64 // this can be 0, but it must be included: ScreenLayout uint64 // this can be 0, but it must be included: TouchScreen uint64 }
type Delivery ¶ added in v1.1.9
type Delivery struct { DownloadURL string SplitDeliveryData []SplitDeliveryData }
type Details ¶ added in v1.0.1
type Device ¶ added in v1.0.6
type Device struct {
AndroidID uint64
}
type SplitDeliveryData ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.