RGLDetailsAge

Objective-C


@interface RGLDetailsAge : NSObject

Swift

class DetailsAge : NSObject

Container for an details age scanning statuses.

  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, readonly, strong, nullable) NSNumber *threshold

    Swift

    var threshold: NSNumber? { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, readonly, assign) RGLCheckResult overThreshold

    Swift

    var overThreshold: CheckResult { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, readonly, assign) RGLCheckResult over18

    Swift

    var over18: CheckResult { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, readonly, assign) RGLCheckResult over21

    Swift

    var over21: CheckResult { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, readonly, assign) RGLCheckResult over25

    Swift

    var over25: CheckResult { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, readonly, assign) RGLCheckResult over65

    Swift

    var over65: CheckResult { get }
  • Unavailable

    Not the designated initializer.

    Undocumented

    Declaration

    Objective-C

    RGL_EMPTY_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer.

    Undocumented

    Declaration

    Objective-C

    RGL_EMPTY_INIT_UNAVAILABLE