LunaUICustomizerProtocol
public protocol LunaUICustomizerProtocol
This protocol defines some customization abilities for UI
-
faceDetectionFrameView()
Default implementationWhen SDK should create face tracking frame over video stream it uses this method for custom view or takes default
Default Implementation
Declaration
Swift
func faceDetectionFrameView() -> FaceDetectionViewProtocol?
Return Value
FaceDetectionView object
-
videoStreamNotificationView()
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func videoStreamNotificationView() -> VideoStreamNotificationViewProtocol?