ALTinConfigScanMode Class Reference

Inherits from NSObject
Declared in ALPluginConfig.h

Overview

Sets the mode to scan universal TIN numbers (‘UNIVERSAL’) or TIN numbers of any length starting with DOT (‘DOT’).

  value

@property (nonatomic, readonly, copy) NSString *value

+ withValue:

+ (instancetype _Nullable)withValue:(NSString *)value

+ dot

+ (ALTinConfigScanMode *)dot

+ universal

+ (ALTinConfigScanMode *)universal