closeButtonEnabled
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite,
getter=isCloseButtonEnabled) BOOL closeButtonEnabled;
Swift
var isCloseButtonEnabled: Bool { get set }
See
RFSLivenessConfiguration.closeButtonEnabled.-
Undocumented
Declaration
Objective-C
- (BOOL)isCloseButtonEnabled;
-
Undocumented
Declaration
Objective-C
- (void)setCloseButtonEnabled:(BOOL)closeButtonEnabled;