public interface PCGetTransactionBinaryDataCallback extends PCErrorsCallback
Modifier and Type | Method and Description |
---|---|
default void |
onProgressChanged(int bytesLoaded,
int binaryDataSize) |
void |
success(PCTransaction transaction)
Invoked when binary data is successfully acquired.
|
error
onTaskCancelled, onTaskCreated
void success(PCTransaction transaction)
PCTransaction.getStoredBinaryData()
()}
on the return object.transaction
- Transaction with filled binary datadefault void onProgressChanged(int bytesLoaded, int binaryDataSize)