attemptsCount

Objective-C

@property (nonatomic) NSInteger attemptsCount;

Swift

var attemptsCount: Int { get set }

See

RFSLivenessConfiguration.attemptsCount.
  • Undocumented

    Declaration

    Objective-C

    - (NSInteger)attemptsCount;
  • Undocumented

    Declaration

    Objective-C

    - (void)setAttemptsCount:(NSInteger)attemptsCount;