InboxConfig.themePayload.notificationPayload._defaultPayload
STRUCT
Contents
- Properties
backgroundColor
borderRadius
fontFamily
fontSize
hover
margin
state
textColor
- Methods
init(backgroundColor:borderRadius:fontFamily:fontSize:hover:margin:state:textColor:)
public struct _defaultPayload: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/default
.
Properties
backgroundColor
public var backgroundColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/default/backgroundColor
.
borderRadius
public var borderRadius: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/default/borderRadius
.
fontFamily
public var fontFamily: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/default/fontFamily
.
fontSize
public var fontSize: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/default/fontSize
.
hover
public var hover: Components.Schemas.InboxConfig.themePayload.notificationPayload._defaultPayload.hoverPayload?
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/default/hover
.
margin
public var margin: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/default/margin
.
state
public var state: Components.Schemas.InboxConfig.themePayload.notificationPayload._defaultPayload.statePayload?
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/default/state
.
textColor
public var textColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/default/textColor
.
Methods
init(backgroundColor:borderRadius:fontFamily:fontSize:hover:margin:state:textColor:)
public init(
backgroundColor: Swift.String,
borderRadius: Swift.String,
fontFamily: Swift.String,
fontSize: Swift.String,
hover: Components.Schemas.InboxConfig.themePayload.notificationPayload._defaultPayload.hoverPayload? = nil,
margin: Swift.String,
state: Components.Schemas.InboxConfig.themePayload.notificationPayload._defaultPayload.statePayload? = nil,
textColor: Swift.String
)
Creates a new _defaultPayload
.
- Parameters:
- backgroundColor:
- borderRadius:
- fontFamily:
- fontSize:
- hover:
- margin:
- state:
- textColor:
Parameters
Name | Description |
---|---|
backgroundColor | |
borderRadius | |
fontFamily | |
fontSize | |
hover | |
margin | |
state | |
textColor |