CustomTheme
public struct CustomTheme : Theme
Undocumented
-
Undocumented
Declaration
Swift
public var background: UIColor?
-
Undocumented
Declaration
Swift
public var botMessageBackground: UIColor?
-
Undocumented
Declaration
Swift
public var botMessageText: UIColor?
-
Undocumented
Declaration
Swift
public var buttonBackground: UIColor?
-
Undocumented
Declaration
Swift
public var buttonOutline: UIColor?
-
Undocumented
Declaration
Swift
public var buttonText: UIColor?
-
Undocumented
Declaration
Swift
public var chatLogElements: UIColor?
-
Undocumented
Declaration
Swift
public var navBarBackground: UIColor?
-
Undocumented
Declaration
Swift
public var navBarText: UIColor?
-
Undocumented
Declaration
Swift
public var inputBackground: UIColor?
-
Undocumented
Declaration
Swift
public var inputText: UIColor?
-
Undocumented
Declaration
Swift
public var userMessageBackground: UIColor?
-
Undocumented
Declaration
Swift
public var userMessageText: UIColor?
-
Undocumented
Declaration
Swift
public var buttonSelectedBackground: UIColor?
-
Undocumented
Declaration
Swift
public var defaultShadow: UIColor?
-
Undocumented
Declaration
Swift
public var inputCursor: UIColor?
-
Undocumented
Declaration
Swift
public var maintenanceHeaderBackground: UIColor?
-
init(background:
botMessageBackground: botMessageText: buttonBackground: buttonOutline: buttonText: chatLogElements: navBarBackground: navBarText: inputBackground: inputText: userMessageBackground: userMessageText: buttonSelectedBackground: defaultShadow: inputCursor: maintenanceHeaderBackground: ) Undocumented
Declaration
Swift
public init( // API-defined colors background: UIColor? = nil, botMessageBackground: UIColor? = nil, botMessageText: UIColor? = nil, buttonBackground: UIColor? = nil, buttonOutline: UIColor? = nil, buttonText: UIColor? = nil, chatLogElements: UIColor? = nil, navBarBackground: UIColor? = nil, navBarText: UIColor? = nil, inputBackground: UIColor? = nil, inputText: UIColor? = nil, userMessageBackground: UIColor? = nil, userMessageText: UIColor? = nil, // Manually defined colors buttonSelectedBackground: UIColor? = nil, defaultShadow: UIColor? = nil, inputCursor: UIColor? = nil, maintenanceHeaderBackground: UIColor? = nil )