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