Interface OnCompleteListener<TResult>

    • Method Detail

      • onComplete

        void onComplete​(@Nullable
                        TResult result,
                        @Nullable
                        MSQAException error)
        Called once finished and pass the nullable result and nullable error object.
        Parameters:
        result - the finished result. Can be null
        error - the finished error. Can be null