Package com.regula.facesdk.model
Class LivenessNotification
- java.lang.Object
-
- com.regula.facesdk.model.LivenessNotification
-
public final class LivenessNotification extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LivenessNotification.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LivenessResponse
getResponse()
Liveness process responseLivenessProcessStatus
getStatus()
Liveness processing notification status
-
-
-
Method Detail
-
getStatus
public LivenessProcessStatus getStatus()
Liveness processing notification status- Returns:
- one of
LivenessProcessStatus
-
getResponse
public LivenessResponse getResponse()
Liveness process response- Returns:
LivenessResponse
-
-