-
public interface DeployGateCaptureCreateCallbackA callback interface to receive the capture creation event.
-
-
Method Summary
Modifier and Type Method Description abstract voidonCaptureCreated(String captureUrl, long createdAtMillis)Callback to tell the new capture is successfully created. -
-
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 capturecreatedAtMillis- Created time of the capture in milliseconds
-
-
-
-