Android OpenTV Player SDK
5.29.0.1685538953
|
The Device class contains all device information.
It is split into 5 smaller classes with more specific information:
Public Member Functions | |
Device (Context context) | |
Default constructor for device. More... | |
DeviceOS | getOS () |
Returns specific OS information. More... | |
DeviceCPU | getCPU () |
Returns specific CPU information. More... | |
DeviceGPU | getGPU () |
Returns specific GPU information. More... | |
DeviceHardware | getHardware () |
Returns specific Hardware information relating to the device manufacturer. More... | |
DeviceScreen | getScreen () |
Returns specific Screen information relating to the device manufacturer. More... | |
Device | ( | Context | context | ) |
Default constructor for device.
context | Context to use to obtain the device information. |
DeviceHardware getHardware | ( | ) |
Returns specific Hardware information relating to the device manufacturer.
DeviceScreen getScreen | ( | ) |
Returns specific Screen information relating to the device manufacturer.