Interface UpdateAutodialCompletionHandler


  • public interface UpdateAutodialCompletionHandler
    Defines an interface that the client application needs to implement to receive the result of an operation requested on UpdateAutodial method.
    • Method Detail

      • onSuccess

        void onSuccess()
        Reports that the operation was successfully completed.
      • onError

        void onError​(UpdateAutodialException error)
        Reports that the operation has failed.
        Parameters:
        error - Information about failure details.