GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerFirstTimeSlideStyle - iOS

The BlazeMomentsPlayerFirstTimeSlideStyle struct represents the style configuration for the first-time slide in Blaze moments.

For the concept and platform support, see Viewer onboarding slide.


Properties

show

var show: Bool

Determines whether the first-time slide should be shown when a new user is detected.

cta

var cta: BlazeFirstTimeSlideCTAStyle

The style configuration for the Call to Action (CTA) button.

backgroundColor

var backgroundColor: UIColor

The background color of the first-time slide.

mainTitle

var mainTitle: BlazeFirstTimeSlideTextStyle

The main title text of the first-time slide.

subtitle

var subtitle: BlazeFirstTimeSlideTextStyle

The subtitle text of the first-time slide.

instructions

var instructions: BlazeMomentsPlayerFirstTimeSlideInstructionsStyle

The instructions included in the first-time slide.


Did this page help you?