mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-22 16:47:13 +00:00
add definedExternally in CloudStorage
This commit is contained in:
parent
d7f14020d8
commit
e3cb1e4faf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user