GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazePlayerEvent - iOS

BlazePlayerEvent enumerates different types of player events, encapsulating specific information required to handle each event.

ValueDescription
onMomentStart(OnMomentStartParams)Indicates that a moment has started playing.
  • Parameters:
    • OnMomentStartParams: Contains parameters for the moment start event.
onStoryStart(OnStoryStartParams)Indicates that a story has started playing.
  • Parameters:
    • OnStoryStartParams: Contains parameters for the story start event.
onVideoStart(OnVideoStartParams)Indicates that a video has started playing.
  • Parameters:
    • OnVideoStartParams: Contains parameters for the video start event.

Structs

OnMomentStartParams

Parameters for the onMomentStart event, encapsulating data required to handle the event.

  • momentId - The unique identifier for the moment that has started playing.

OnStoryStartParams

Parameters for the onStoryStart event, encapsulating data required to handle the event.

  • storyId - The unique identifier for the story that has started playing.

OnVideoStartParams

Parameters for the onVideoStart event, encapsulating data required to handle the event.

  • videoId - The unique identifier for the video that has started playing.

Did this page help you?