docs
Toggle table of contents
35.1.0
js
Target filter
js
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.webapps.orientation
/
DeviceOrientation
Device
Orientation
js
external
interface
DeviceOrientation
(
source
)
Members
Properties
absolute
Link copied to clipboard
js
abstract
val
absolute
:
Boolean
alpha
Link copied to clipboard
js
abstract
val
alpha
:
Double
beta
Link copied to clipboard
js
abstract
val
beta
:
Double
gamma
Link copied to clipboard
js
abstract
val
gamma
:
Double
is
Started
Link copied to clipboard
js
abstract
val
isStarted
:
Boolean
Functions
start
Link copied to clipboard
js
abstract
fun
start
(
params
:
DeviceOrientationStartParams
,
callback
:
(
Boolean
)
->
Unit
=
definedExternally
)
stop
Link copied to clipboard
js
abstract
fun
stop
(
callback
:
(
Boolean
)
->
Unit
)