1
0
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:
InsanusMokrassar 2024-12-08 11:40:09 +06:00
parent a034fa18d7
commit 27241fad32

View File

@ -7,7 +7,7 @@ external interface DeviceOrientation {
val beta: Double
val gamma: Double
fun start(params: DeviceOrientationStartParams, callback: (Boolean) -> Unit)
fun start(params: DeviceOrientationStartParams, callback: (Boolean) -> Unit = definedExternally)
fun stop(callback: (Boolean) -> Unit)
}