BlazePlayerEvent - iOS
BlazePlayerEvent enumerates different types of player events, encapsulating specific information required to handle each event.
| Value | Description |
|---|---|
| onMomentStart(OnMomentStartParams) | Indicates that a moment has started playing.
|
| onStoryStart(OnStoryStartParams) | Indicates that a story has started playing.
|
| onVideoStart(OnVideoStartParams) | Indicates that a video has started playing.
|
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.
Updated 11 days ago
Did this page help you?
