GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerFirstTimeSlideInstructionsStyle - Android

The BlazeMomentsPlayerFirstTimeSlideInstructionsStyle class represents a list of instructions for navigating the first-time slide in Blaze moments.

Properties

next

var next: BlazeFirstTimeSlideInstructionStyle

The instruction for going to the next moment.

prev

var prev: BlazeFirstTimeSlideInstructionStyle

The instruction for going to the previous moment.

pause

var pause: BlazeFirstTimeSlideInstructionStyle

The instruction for pausing a moment.

play

var play: BlazeFirstTimeSlideInstructionStyle

The instruction for playing a moment.

customs

var customs: List<BlazeFirstTimeSlideInstructionStyle>

Custom instructions - If this list is not empty, it will be added to the end of the default instructions.


Did this page help you?