@FunctionalInterface public interface ReadTaskCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(ReadResult result)
Called when the read task reached completion or failed
|
void onComplete(ReadResult result)
result - Result of the read taskCopyright © 2021. All rights reserved.