ginicapture
/
net.gini.android.capture
/
AsyncCallback
androidJvm
Async
Callback
Callback interface for asynchronous tasks.
public interface
AsyncCallback
<T, E extends
Exception
>
Content copied to clipboard
Functions
Functions
onCancelled
Link copied to clipboard
androidJvm
abstract void
onCancelled
()
Content copied to clipboard
onError
Link copied to clipboard
androidJvm
abstract void
onError
(
E
exception
)
Content copied to clipboard
onSuccess
Link copied to clipboard
androidJvm
abstract void
onSuccess
(
T
result
)
Content copied to clipboard