GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeWidgetItemBadgeStyle - Android

The BlazeWidgetItemBadgeStyle class represents the configuration for the badge of a widget item.

Properties

position

var position: BlazeObjectPositioning

The position of the badge Relative To The Image within the widget item.

isVisible

var isVisible: Boolean

A Boolean value that determines whether the badge is visible.

margins

var margins: BlazeInsets

A BlazeInsets value that defines the margins for the badge related to the widget item container.

padding

var padding: BlazeInsets

A BlazeInsets value that defines the padding for the badge related to the widget item container.

liveUnreadState

var liveUnreadState: BlazeWidgetItemBadgeStateStyle

The style configuration for the live unread badge.

liveReadState

var liveReadState: BlazeWidgetItemBadgeStateStyle

The style configuration for the live read badge.

unreadState

var unreadState: BlazeWidgetItemBadgeStateStyle

The style configuration for the unread badge.

readState

var readState: BlazeWidgetItemBadgeStateStyle

The style configuration for the read badge.


width

var width: BlazeDp

The width of the badge.

height

var height: BlazeDp

The height of the badge.


Did this page help you?