//core/com.petersamokhin.vksdk.core.api/BatchRequestExecutor/enqueue
enqueue¶
[common]\ fun enqueue(item: BatchRequestItem)
Add item to the queue
[common]\ fun enqueue(items: Collection<BatchRequestItem>)
Add items to the queue
//core/com.petersamokhin.vksdk.core.api/BatchRequestExecutor/enqueue
[common]\ fun enqueue(item: BatchRequestItem)
Add item to the queue
[common]\ fun enqueue(items: Collection<BatchRequestItem>)
Add items to the queue