CLASS

NotificationBannerViewStyle

Contents

public final class NotificationBannerViewStyle: UIStyle, StyleLoadable, Equatable

The UIStyle subclass used for NotificationBannerView UI component styling definitions.

Properties

commonUIStyle

public let commonUIStyle: CommonUIStyle

actionTextAppearance

public var actionTextAppearance: TextAppearance

actionTextColor

public var actionTextColor: UIColor

textAppearance

public var textAppearance: TextAppearance

textColor

public var textColor: UIColor

Methods

init(from:)

public convenience init(from decoder: Decoder) throws

Parameters

Name Description
decoder The decoder to read data from.

==(::)

public static func == (lhs: NotificationBannerViewStyle, rhs: NotificationBannerViewStyle) -> Bool

Parameters

Name Description
lhs A value to compare.
rhs Another value to compare.