@wscsports/blaze-rtn-sdk
Version:
WSC Sports Blaze SDK component for React Native
112 lines • 4.99 kB
JavaScript
export let EventCategory = /*#__PURE__*/function (EventCategory) {
EventCategory["Story"] = "Story";
EventCategory["Widget"] = "Widget";
EventCategory["Moment"] = "Moment";
EventCategory["Ad"] = "Ad";
EventCategory["Interaction"] = "Interaction";
return EventCategory;
}({});
export let EventActionName = /*#__PURE__*/function (EventActionName) {
EventActionName["SdkInit"] = "sdk_init";
EventActionName["AppPause"] = "app_pause";
EventActionName["AppContinue"] = "app_continue";
EventActionName["StoryStart"] = "story_start";
EventActionName["StoryExit"] = "story_exit";
EventActionName["StoryPageStart"] = "story_page_start";
EventActionName["StoryPageExit"] = "story_page_exit";
EventActionName["WidgetLoad"] = "widget_load";
EventActionName["WidgetClick"] = "widget_click";
EventActionName["MomentsPlaylistStart"] = "moments_playlist_start";
EventActionName["MomentsPlaylistExit"] = "moments_playlist_exit";
EventActionName["MomentStart"] = "moment_start";
EventActionName["MomentExit"] = "moment_exit";
EventActionName["Like"] = "like";
EventActionName["Unlike"] = "unlike";
EventActionName["AdView"] = "ad_view";
EventActionName["AdClick"] = "ad_click";
EventActionName["AdExit"] = "ad_exit";
EventActionName["AdPause"] = "ad_playback_pause";
EventActionName["AdResume"] = "ad_playback_play";
EventActionName["ImaAllAdsCompleted"] = "ima_all_ads_completed";
EventActionName["ImaAdClicked"] = "ima_ad_clicked";
EventActionName["ImaAdCompleted"] = "ima_ad_completed";
EventActionName["ImaAdLoaded"] = "ima_ad_loaded";
EventActionName["ImaAdPaused"] = "ima_ad_paused";
EventActionName["ImaAdResumed"] = "ima_ad_resumed";
EventActionName["ImaAdSkipped"] = "ima_ad_skipped";
EventActionName["ImaAdStarted"] = "ima_ad_started";
EventActionName["ImaAdTapped"] = "ima_ad_tapped";
EventActionName["ImaAdFirstQuartile"] = "ima_ad_first_quartile";
EventActionName["ImaAdMidpoint"] = "ima_ad_midpoint";
EventActionName["ImaAdThirdQuartile"] = "ima_ad_third_quartile";
EventActionName["CtaClick"] = "cta_click";
EventActionName["Audio"] = "audio";
EventActionName["ShareClick"] = "share_click";
EventActionName["PlaybackPause"] = "playback_pause";
EventActionName["PlaybackPlay"] = "playback_play";
EventActionName["InteractionView"] = "interaction_view";
EventActionName["InteractionAnswer"] = "interaction_answer";
return EventActionName;
}({});
export let ContentType = /*#__PURE__*/function (ContentType) {
ContentType["Story"] = "Story";
ContentType["Moments"] = "Moments";
return ContentType;
}({});
export let ThumbnailType = /*#__PURE__*/function (ThumbnailType) {
ThumbnailType["Circle"] = "Circle";
ThumbnailType["Rectangle"] = "Rectangle";
ThumbnailType["Main"] = "Main";
return ThumbnailType;
}({});
export let ThumbnailFormat = /*#__PURE__*/function (ThumbnailFormat) {
ThumbnailFormat["Animated"] = "Animated";
ThumbnailFormat["Static"] = "Static";
return ThumbnailFormat;
}({});
export let WidgetType = /*#__PURE__*/function (WidgetType) {
WidgetType["Row"] = "Row";
WidgetType["Grid"] = "Grid";
return WidgetType;
}({});
export let PlayableNavigationType = /*#__PURE__*/function (PlayableNavigationType) {
PlayableNavigationType["Automatic"] = "Automatic";
PlayableNavigationType["Manual"] = "Manual";
return PlayableNavigationType;
}({});
export let PlayableNavigationDirection = /*#__PURE__*/function (PlayableNavigationDirection) {
PlayableNavigationDirection["Forward"] = "Forward";
PlayableNavigationDirection["Backward"] = "Backward";
PlayableNavigationDirection["Close"] = "Close";
return PlayableNavigationDirection;
}({});
export let PlayerStartTriggers = /*#__PURE__*/function (PlayerStartTriggers) {
PlayerStartTriggers["Widget"] = "Widget";
PlayerStartTriggers["Deeplink"] = "Deeplink";
PlayerStartTriggers["EntryPoint"] = "Entry Point";
PlayerStartTriggers["WidgetAutoPlay"] = "Auto Play From Widget";
PlayerStartTriggers["Notification"] = "Notification";
return PlayerStartTriggers;
}({});
export let PlayerExitTriggers = /*#__PURE__*/function (PlayerExitTriggers) {
PlayerExitTriggers["Swipe"] = "Swipe";
PlayerExitTriggers["SwipeDown"] = "Swipe Down";
PlayerExitTriggers["Skip"] = "Skip";
PlayerExitTriggers["CloseButton"] = "Close Button";
PlayerExitTriggers["AppClose"] = "App Close";
PlayerExitTriggers["AssetsExpiry"] = "URL Expiration";
PlayerExitTriggers["StoriesCompleted"] = "Stories completed";
PlayerExitTriggers["BackButton"] = "Back Button";
return PlayerExitTriggers;
}({});
export let PlaybackActionMethod = /*#__PURE__*/function (PlaybackActionMethod) {
PlaybackActionMethod["Press"] = "Press";
PlaybackActionMethod["Release"] = "Release";
return PlaybackActionMethod;
}({});
export let AudioState = /*#__PURE__*/function (AudioState) {
AudioState["Mute"] = "Mute";
AudioState["Unmute"] = "Unmute";
return AudioState;
}({});
//# sourceMappingURL=blaze-analytics.interface.js.map