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: BooleanA Boolean value that determines whether the border is visible.
This property applies the value for all the states.
liveUnreadState
var liveUnreadState: BlazeWidgetItemImageContainerBorderStateStyleA BlazeWidgetItemImageContainerBorderStateStyle object that defines the style of the border for live unread images.
liveReadState
var liveReadState: BlazeWidgetItemImageContainerBorderStateStyleA BlazeWidgetItemImageContainerBorderStateStyle object that defines the appearance of the border for live read images.
readState
var readState: BlazeWidgetItemImageContainerBorderStateStyleA BlazeWidgetItemImageContainerBorderStateStyle object that defines the appearance of the border for read images.
unreadState
var unreadState: BlazeWidgetItemImageContainerBorderStateStyleA BlazeWidgetItemImageContainerBorderStateStyle object that defines the appearance of the border for unread images.
Updated 11 days ago
