mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-07 09:09:49 +00:00
add definedExternally in CloudStorage
This commit is contained in:
@@ -18,11 +18,11 @@ external interface CloudStorage {
|
|||||||
): CloudStorage
|
): CloudStorage
|
||||||
fun removeItem(
|
fun removeItem(
|
||||||
key: CloudStorageKey,
|
key: CloudStorageKey,
|
||||||
callback: (e: Any?, success: Boolean?) -> Unit
|
callback: (e: Any?, success: Boolean?) -> Unit = definedExternally
|
||||||
): CloudStorage
|
): CloudStorage
|
||||||
fun removeItems(
|
fun removeItems(
|
||||||
key: Array<CloudStorageKey>,
|
key: Array<CloudStorageKey>,
|
||||||
callback: (e: Any?, success: Boolean?) -> Unit
|
callback: (e: Any?, success: Boolean?) -> Unit = definedExternally
|
||||||
): CloudStorage
|
): CloudStorage
|
||||||
fun getKeys(
|
fun getKeys(
|
||||||
callback: (e: Any?, success: Array<CloudStorageKey>?) -> Unit
|
callback: (e: Any?, success: Array<CloudStorageKey>?) -> Unit
|
||||||
|
Reference in New Issue
Block a user