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
.
public var accentColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/dialog/accentColor
.
public var backgroundColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/dialog/backgroundColor
.
public var textColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/dialog/textColor
.
public init(
accentColor: Swift.String,
backgroundColor: Swift.String,
textColor: Swift.String
)
Creates a new dialogPayload
.
- Parameters:
- accentColor:
- backgroundColor:
- textColor:
Name | Description |
---|---|
accentColor | |
backgroundColor | |
textColor |