public interface PCListTransactionsCallback extends PCTaskCallback
Modifier and Type | Method and Description |
---|---|
void |
error(PCNetError error)
Invoked when acquisition of transactions list is failed
|
void |
success(java.lang.String[] array)
Invoked when the list of transactions is successfully acquired
|
onTaskCancelled, onTaskCreated
void success(java.lang.String[] array)
array
- Array of unique transaction identifiers. Each then can be used to call
PCTransactionsManager.getTransaction(PCUser, String, PCGetTransactionCallback)
void error(PCNetError error)
error
- The cause