public interface HMCameraSnapshotControlDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
cameraSnapshotControlDidTakeSnapshotError(HMCameraSnapshotControl cameraSnapshotControl,
HMCameraSnapshot snapshot,
NSError error)
Informs the delegate that the snapshot was taken.
|
default void |
cameraSnapshotControlDidUpdateMostRecentSnapshot(HMCameraSnapshotControl cameraSnapshotControl)
Informs the delegate that the mostRecentSnapshot was updated.
|
default void cameraSnapshotControlDidTakeSnapshotError(HMCameraSnapshotControl cameraSnapshotControl, HMCameraSnapshot snapshot, NSError error)
cameraSnapshotControl - Sender of this message.snapshot - Snapshot will be valid if snapshot was successfully taken.error - Error will be populated if the snapshot could not be taken.default void cameraSnapshotControlDidUpdateMostRecentSnapshot(HMCameraSnapshotControl cameraSnapshotControl)
cameraSnapshotControl - Sender of this message.