GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeWidgetItemImageContainerBorderStyle - Android

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

Properties

isVisible

var isVisible: Boolean

A Boolean 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 images.

liveReadState

var liveReadState: BlazeWidgetItemImageContainerBorderStateStyle

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

readState

var readState: BlazeWidgetItemImageContainerBorderStateStyle

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

unreadState

var unreadState: BlazeWidgetItemImageContainerBorderStateStyle

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


Did this page help you?