NetverifyWatchlistScreening
enum NetverifyWatchlistScreening : NSUInteger {}
Defines if whatchlist screening is enabled or disabled
-
Standard setting, makes use of sever settings
Declaration
Objective-C
NetverifyWatchlistScreeningDefault = 0
Swift
case `default` = 0
-
Enable whatchlist screening
Declaration
Objective-C
NetverifyWatchlistScreeningEnabled
Swift
case enabled = 1
-
Disable whatchlist screening
Declaration
Objective-C
NetverifyWatchlistScreeningDisabled
Swift
case disabled = 2