GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazePlayerButtonCustomImageStates - Android Moments

The BlazePlayerButtonCustomImageStates class represents the configuration for a custom image for a story button.

Properties

imageUnselectedPathResId

@DrawableRes var imageUnselectedPathResId: Int

The default image for the button (id of the drawable resource) - for unselected state.

imageSelectedPathResId

@DrawableRes var imageSelectedPathResId: Int?

The selected image for the button (id of the drawable resource) - for selected state.


Did this page help you?