Package com.regula.facesdk.callback
Interface NotificationCallback
-
- All Known Implementing Classes:
LivenessNotificationCallback
public interface NotificationCallback
Describes communication interface invoked whencom.regula.facesdk.FaceSDK#startLiveness(Context, LivenessCallback, LivenessNotificationCallback)
orcom.regula.facesdk.FaceSDK#startLiveness(Context, LivenessConfiguration, LivenessCallback, LivenessNotificationCallback)
in progress
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLivenessNotification(LivenessNotification notification)
-
-
-
Method Detail
-
onLivenessNotification
void onLivenessNotification(LivenessNotification notification)
-
-