GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeWidgetItemImageContainerBorderStyle - iOS

The BlazeWidgetItemImageContainerBorderStyle struct is responsible for defining the style of the border around the image in different states (live unread, live read, unread, and read) within a widget item.

Properties

isVisible

var isVisible: Bool

A Bool value that determines whether the border is visible.
This property applies the value for all the states.

liveUnreadState

var liveUnreadState: BlazeWidgetItemImageContainerBorderStateStyle

A BlazeWidgetItemImageContainerBorderStateStyle object that defines the style of the border for live unread state.

liveReadState

var liveReadState: BlazeWidgetItemImageContainerBorderStateStyle

A BlazeWidgetItemImageContainerBorderStateStyle object that defines the style of the border for live read state.

unreadState

var unreadState: BlazeWidgetItemImageContainerBorderStateStyle

A BlazeWidgetItemImageContainerBorderStateStyle object that defines the appearance of the border for read state.

readState

var readState: BlazeWidgetItemImageContainerBorderStateStyle

A BlazeWidgetItemImageContainerBorderStateStyle object that defines the appearance of the border for unread state.


Did this page help you?