GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeStoryPlayerFirstTimeSlideInstructionsStyle - iOS

The BlazeStoryPlayerFirstTimeSlideInstructionsStyle struct represents a list of instructions for navigating the first-time slide in Blaze stories.

Properties

forward

var forward: BlazeFirstTimeSlideInstructionStyle

The instruction for moving forward in stories.

pause

var pause: BlazeFirstTimeSlideInstructionStyle

The instruction for pausing the stories.

backward

var backward: BlazeFirstTimeSlideInstructionStyle

The instruction for moving backward in stories.

transition

var transition: BlazeFirstTimeSlideInstructionStyle

The instruction for transitioning between stories.

customs

var customs: [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?