Package 

Interface DeployGateCaptureCreateCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onCaptureCreated(String captureUrl, long createdAtMillis) Callback to tell the new capture is successfully created.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onCaptureCreated

         abstract void onCaptureCreated(String captureUrl, long createdAtMillis)

        Callback to tell the new capture is successfully created.

        Parameters:
        captureUrl - URL of the created capture
        createdAtMillis - Created time of the capture in milliseconds