RFSLivenessResponse

Objective-C


@interface RFSLivenessResponse : NSObject

Swift

class LivenessResponse : NSObject

The response from the Liveness module.

  • Undocumented

    Declaration

    Objective-C

    @property(readonly, nonatomic, copy, nullable) NSString *sessionId

    Swift

    var sessionId: String? { get }
  • Undocumented

    Declaration

    Objective-C

    @property(readonly, nonatomic, copy, nullable) NSString *transactionId

    Swift

    var transactionId: String? { get }
  • The input image used to determine the liveness.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) UIImage *image;

    Swift

    var image: UIImage? { get }
  • The status of the Liveness processing.

    Declaration

    Objective-C

    @property (nonatomic, readonly) RFSLivenessStatus liveness;

    Swift

    var liveness: LivenessStatus { get }
  • The error describes a failed liveness check and contains RFSLivenessError codes. This error belongs to the RFSLivenessErrorDomain.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) NSError *error;

    Swift

    var error: Error? { get }
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    RFS_EMPTY_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    RFS_EMPTY_INIT_UNAVAILABLE