Interface OnFailureListener


  • public interface OnFailureListener
    • Method Detail

      • onFailure

        void onFailure​(@NonNull
                       MSQAException error)
        Called once failure and pass the error object.
        Parameters:
        error - the error result.