Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.23 KB

themePayload.dialogPayload.md

File metadata and controls

69 lines (49 loc) · 1.23 KB

STRUCT

themePayload.dialogPayload

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