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