Interface CallLogCompletionHandler


  • public interface CallLogCompletionHandler
    Provides the status of the operation as well as list of call log items relevant to the operation. For delete operation, call log items reported in CallLogOperationStatusArgs reflects those objects successfully deleted. These objects are identical objects used to make delete request. As such, "equals" or "==" operation should result in correct match to those objects managed by the client.
    • Method Detail

      • onSuccess

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

        void onError()
        Reports that the operation failed. If the problem persists please consult support team.