Interface OnFailureListener
-
public interface OnFailureListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFailure(MSQAException error)
Called once failure and pass the error object.
-
-
-
Method Detail
-
onFailure
void onFailure(@NonNull MSQAException error)
Called once failure and pass the error object.- Parameters:
error
- the error result.
-
-