RGLRFIDParams

Objective-C

@interface RGLRFIDParams : NSObject

/// A list of notification codes that should be ignored during passive authentication (PA).
@property (nonatomic, strong, nullable) NSArray<NSNumber *> *paIgnoreNotificationCodes;

@end

Swift

class RFIDParams : NSObject

Undocumented

  • A list of notification codes that should be ignored during passive authentication (PA).

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSArray<NSNumber *> *paIgnoreNotificationCodes;

    Swift

    var paIgnoreNotificationCodes: [NSNumber]? { get set }