RFSLivenessConfigurationBuilder

Objective-C


@interface RFSLivenessConfigurationBuilder : RFSBaseConfigurationBuilder

Swift

class LivenessConfigurationBuilder : BaseConfigurationBuilder

Mutable builder part of the RFSLivenessConfiguration.

  • See

    RFSLivenessConfiguration.attemptsCount.
    See more

    Declaration

    Objective-C

    @property (nonatomic) NSInteger attemptsCount;

    Swift

    var attemptsCount: Int { get set }
  • See

    RFSLivenessConfiguration.locationTrackingEnabled.
    See more

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite,
              getter=isLocationTrackingEnabled) BOOL locationTrackingEnabled;

    Swift

    var isLocationTrackingEnabled: Bool { get set }
  • See

    RFSLivenessConfiguration.recordingProcessEnabled.
    See more

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite,
              getter=isRecordingProcessEnabled) BOOL recordingProcessEnabled;

    Swift

    var isRecordingProcessEnabled: Bool { get set }
  • See

    RFSLivenessConfiguration.closeButtonEnabled.
    See more

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite,
              getter=isCloseButtonEnabled) BOOL closeButtonEnabled;

    Swift

    var isCloseButtonEnabled: Bool { get set }
  • See

    RFSLivenessConfiguration.sessionId.
    See more

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSString *sessionId;

    Swift

    var sessionId: String? { get set }
  • See

    RFSLivenessConfiguration.stepSkippingMask.
    See more

    Declaration

    Objective-C

    @property (nonatomic) RFSLivenessStepSkip stepSkippingMask;

    Swift

    var stepSkippingMask: RFSLivenessStepSkip { get set }
  • See

    RFSLivenessConfiguration.copyright.
    See more

    Declaration

    Objective-C

    @property (nonatomic, getter=isCopyright) BOOL copyright;

    Swift

    var isCopyright: Bool { get set }