KtGram
Toggle table of contents
7.8.0
js
Platform filter
js
Switch theme
Search in API
KtGram
webapps
/
eu.vendeli.webapps.sensors
/
Accelerometer
Accelerometer
external
interface
Accelerometer
(
source
)
Members
Properties
is
Started
Link copied to clipboard
abstract
val
isStarted
:
Boolean
x
Link copied to clipboard
abstract
val
x
:
Float
y
Link copied to clipboard
abstract
val
y
:
Float
z
Link copied to clipboard
abstract
val
z
:
Float
Functions
start
Link copied to clipboard
abstract
fun
start
(
params
:
AccelerometerStartParams
,
callback
:
TrackingStartedCallback
=
definedExternally
)
:
Accelerometer
stop
Link copied to clipboard
abstract
fun
stop
(
callback
:
TrackingStoppedCallback
=
definedExternally
)
:
Accelerometer