InboxConfig.themePayload.headerPayload
STRUCT
Contents
- Properties
backgroundColor
borderRadius
fontFamily
fontSize
textColor
- Methods
init(backgroundColor:borderRadius:fontFamily:fontSize:textColor:)
public struct headerPayload: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header
.
Properties
backgroundColor
public var backgroundColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header/backgroundColor
.
borderRadius
public var borderRadius: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header/borderRadius
.
fontFamily
public var fontFamily: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header/fontFamily
.
fontSize
public var fontSize: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header/fontSize
.
textColor
public var textColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header/textColor
.
Methods
init(backgroundColor:borderRadius:fontFamily:fontSize:textColor:)
public init(
backgroundColor: Swift.String,
borderRadius: Swift.String,
fontFamily: Swift.String,
fontSize: Swift.String,
textColor: Swift.String
)
Creates a new headerPayload
.
- Parameters:
- backgroundColor:
- borderRadius:
- fontFamily:
- fontSize:
- textColor:
Parameters
Name | Description |
---|---|
backgroundColor | |
borderRadius | |
fontFamily | |
fontSize | |
textColor |