Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MobileSpecsData = []MobileSpecs{}/* 1700 elements not displayed */
Functions ¶
Types ¶
type MobileSpecs ¶
type MobileSpecs struct { BuildID string BuildDisplayID string ProductName string ProductDevice string ProductBoard string ProductManufacturer string ProductBrand string ProductModel string Bootloader string Hardware string BuildType string BuildTags string BuildFingerprint string BuildUser string BuildHost string BuildVersionIncremental string BuildVersionRelease string BuildVersionSDK string BuildVersionCodename string ScreenHeight string ScreenWidth string ScreenDensity string ScreenXDPI string ScreenYDPI string ScreenDPI string ScreenScaledDensity string }
MobileSpecs is a struct that represents a mobile specification
func GetMobileSpec ¶
func GetMobileSpec() (MobileSpecs, error)
GetMobileSpecs returns the mobile specs
Click to show internal directories.
Click to hide internal directories.