Mobile Locker JavaScript SDK
Preparing search index...
DeviceInfo
Interface DeviceInfo
interface
DeviceInfo
{
app
:
{
build
:
string
;
environment
:
AppEnvironment
;
name
:
string
;
version
:
string
;
}
;
hardware
:
{
hasSensorHousing
:
boolean
;
isPad
:
boolean
;
isPhone
:
boolean
;
isSimulator
:
boolean
;
model
:
string
;
name
:
string
;
}
;
locale
:
{
region
:
string
}
;
orientation
:
"portrait"
|
"landscape"
;
os
:
{
name
:
string
;
version
:
string
}
;
}
Index
Properties
app
hardware
locale
orientation
os
Properties
app
app
:
{
build
:
string
;
environment
:
AppEnvironment
;
name
:
string
;
version
:
string
;
}
hardware
hardware
:
{
hasSensorHousing
:
boolean
;
isPad
:
boolean
;
isPhone
:
boolean
;
isSimulator
:
boolean
;
model
:
string
;
name
:
string
;
}
locale
locale
:
{
region
:
string
}
orientation
orientation
:
"portrait"
|
"landscape"
os
os
:
{
name
:
string
;
version
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
hardware
locale
orientation
os
Mobile Locker JavaScript SDK
Loading...