public interface IntentBatchDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(IntentOperations operations)
Cancesl the specified batch of intent operations.
|
void |
execute(IntentOperations operations)
Submits the specified batch of intent operations for processing.
|
void execute(IntentOperations operations)
operations - batch of operationsvoid cancel(IntentOperations operations)
operations - batch of operations to be cancelledCopyright © 2015. All rights reserved.