Package com.regula.facesdk.callback
Class LivenessNotificationCallback
- java.lang.Object
-
- com.regula.facesdk.callback.FaceSdkBaseNotificationCallback
-
- com.regula.facesdk.callback.LivenessNotificationCallback
-
- All Implemented Interfaces:
ICameraSwitchCallback
,NotificationCallback
public class LivenessNotificationCallback extends FaceSdkBaseNotificationCallback implements NotificationCallback
-
-
Constructor Summary
Constructors Constructor Description LivenessNotificationCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onLivenessNotification(LivenessNotification notification)
-
Methods inherited from class com.regula.facesdk.callback.FaceSdkBaseNotificationCallback
onCameraSwitched
-
-
-
-
Method Detail
-
onLivenessNotification
public void onLivenessNotification(LivenessNotification notification)
- Specified by:
onLivenessNotification
in interfaceNotificationCallback
-
-