InAppMessagingActionButton
class InAppMessagingActionButton : NSObjectContains the display information for an action button.
-
Gets the text string for the button
Declaration
Swift
var buttonText: String { get } -
Gets the button’s text color.
Declaration
Swift
@NSCopying var buttonTextColor: UIColor { get } -
Gets the button’s background color
Declaration
Swift
@NSCopying var buttonBackgroundColor: UIColor { get } -
Unavailable.
-
Deprecated, this class shouldn’t be directly instantiated.
Declaration
Swift
init(buttonText btnText: String, buttonTextColor textColor: UIColor, backgroundColor bkgColor: UIColor)