mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-22 08:37:12 +00:00
add default for device orientation start
This commit is contained in:
parent
a034fa18d7
commit
27241fad32
@ -7,7 +7,7 @@ external interface DeviceOrientation {
|
|||||||
val beta: Double
|
val beta: Double
|
||||||
val gamma: Double
|
val gamma: Double
|
||||||
|
|
||||||
fun start(params: DeviceOrientationStartParams, callback: (Boolean) -> Unit)
|
fun start(params: DeviceOrientationStartParams, callback: (Boolean) -> Unit = definedExternally)
|
||||||
fun stop(callback: (Boolean) -> Unit)
|
fun stop(callback: (Boolean) -> Unit)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user