mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-16 13:49:26 +00:00
add default for device orientation start
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user