Interface SharedControlActionCompletionHandler


  • public interface SharedControlActionCompletionHandler
    The completion handler that receives the result of a Shared Control request.
    • Method Detail

      • onSuccess

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

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