Braze iOS SDK
Documentation for the Braze iOS SDK
 All Classes Functions Properties
Instance Methods | Properties | List of all members
ABKInAppMessageDarkButtonTheme Class Reference

Instance Methods

(instancetype) - initWithFields:
 

Properties

UIColor * buttonBackgroundColor
 
UIColor * buttonBorderColor
 
UIColor * buttonTextColor
 

Method Documentation

- (instancetype) initWithFields: (NSDictionary *)  darkButtonFields

Creates a model containing the dark theme colors for buttons by parsing the dictionary darkButtonFields

Property Documentation

- (UIColor*) buttonBackgroundColor
readwriteatomicstrong

Dark theme of the button's background color.

- (UIColor*) buttonBorderColor
readwriteatomicstrong

Dark theme of the button's border color.

- (UIColor*) buttonTextColor
readwriteatomicstrong

Dark theme of the button's text color.