SMITermsAndConditions
Objective-C
@protocol SMITermsAndConditions <NSObject>
Swift
protocol TermsAndConditions : NSObjectProtocol
The Terms and Condtions for prechat.
-
The label for the Terms and Condtions.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSAttributedString *label;
Swift
var label: NSAttributedString? { get }
-
Determines if the Terms and Conditions acknowledgement is required.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isRequired;
Swift
var isRequired: Bool { get }
-
Determines if the Terms and Conditions are enabled.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isEnabled;
Swift
var isEnabled: Bool { get }