tag

Objective-C

@property (nonatomic, strong, nullable) NSString *tag;

Swift

var tag: String? { get set }

See

RFSLivenessConfiguration.tag.
  • Undocumented

    Declaration

    Objective-C

    - (NSString *_Nullable)tag;
  • Undocumented

    Declaration

    Objective-C

    - (void)setTag:(NSString *_Nullable)tag;