InboxConfig.themePayload.bannerPayload
STRUCT
Contents
- Properties
backgroundColor
backgroundOpacity
fontSize
textColor
- Methods
init(backgroundColor:backgroundOpacity:fontSize:textColor:)
public struct bannerPayload: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/InboxConfig/theme/banner
.
Properties
backgroundColor
public var backgroundColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/banner/backgroundColor
.
backgroundOpacity
public var backgroundOpacity: Swift.Double?
- Remark: Generated from
#/components/schemas/InboxConfig/theme/banner/backgroundOpacity
.
fontSize
public var fontSize: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/banner/fontSize
.
textColor
public var textColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/banner/textColor
.
Methods
init(backgroundColor:backgroundOpacity:fontSize:textColor:)
public init(
backgroundColor: Swift.String,
backgroundOpacity: Swift.Double? = nil,
fontSize: Swift.String,
textColor: Swift.String
)
Creates a new bannerPayload
.
- Parameters:
- backgroundColor:
- backgroundOpacity:
- fontSize:
- textColor:
Parameters
Name | Description |
---|---|
backgroundColor | |
backgroundOpacity | |
fontSize | |
textColor |