toggle menu
ktgbotapi
js
switch theme
search in API
tgbotapi.webapps
/
dev.inmo.tgbotapi.webapps.gyroscope
/
Gyroscope
Gyroscope
external
interface
Gyroscope
Members
Properties
is
Started
Link copied to clipboard
abstract
val
isStarted
:
Boolean
x
Link copied to clipboard
abstract
val
x
:
Double
y
Link copied to clipboard
abstract
val
y
:
Double
z
Link copied to clipboard
abstract
val
z
:
Double
Functions
start
Link copied to clipboard
abstract
fun
start
(
params
:
GyroscopeStartParams
,
callback
:
(
Boolean
)
->
Unit
=
definedExternally
)
stop
Link copied to clipboard
abstract
fun
stop
(
callback
:
(
Boolean
)
->
Unit
)