Gini Bank SDK for Android
Gini Bank SDK for Android
/
net.gini.android.capture
/
AsyncCallback
Async
Callback
public
interface
AsyncCallback
<
T
,
E
extends
Exception
>
Callback interface for asynchronous tasks.
Functions
Functions
on
Cancelled
Link copied to clipboard
public
abstract
void
onCancelled
(
)
on
Error
Link copied to clipboard
public
abstract
void
onError
(
E
exception
)
on
Success
Link copied to clipboard
public
abstract
void
onSuccess
(
T
result
)