SMIFallbackMessage
Objective-C
@protocol SMIFallbackMessage <NSObject>
Swift
protocol FallbackMessage : NSObjectProtocol
The Terms and Condtions for prechat.
-
The functional fallback message that will be displayed to the user
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSAttributedString *content;
Swift
var content: NSAttributedString? { get }
-
Determines if functional fallback message is enabled
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isEnabled;
Swift
var isEnabled: Bool { get }