UNPKG

@wscsports/blaze-rtn-sdk

Version:
167 lines 7.82 kB
export let EventCategory = /*#__PURE__*/function (EventCategory) { EventCategory["Story"] = "Story"; EventCategory["Widget"] = "Widget"; EventCategory["Moment"] = "Moment"; EventCategory["Video"] = "Video"; 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["CtaClick"] = "cta_click"; EventActionName["Audio"] = "audio"; EventActionName["ShareClick"] = "share_click"; EventActionName["PlaybackPause"] = "playback_pause"; EventActionName["PlaybackPlay"] = "playback_play"; EventActionName["ForcedPlaybackPause"] = "forced_playback_pause"; EventActionName["ForcedPlaybackPlay"] = "forced_playback_play"; EventActionName["CCOff"] = "cc_off"; EventActionName["CCOn"] = "cc_on"; EventActionName["CustomActionButtonClick"] = "custom_action_button_click"; EventActionName["PlaybackInitialStart"] = "playback_initial_start"; 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["VideoStart"] = "video_start"; EventActionName["VideoEnd"] = "video_end"; EventActionName["BufferStart"] = "buffer_start"; EventActionName["BufferEnd"] = "buffer_end"; EventActionName["Seek"] = "seek"; EventActionName["CTAVisible"] = "cta_visible"; EventActionName["CTADismissed"] = "cta_dismissed"; EventActionName["BannerAdLoad"] = "banner_ad_load"; EventActionName["BannerAdView"] = "banner_ad_view"; EventActionName["BannerAdClick"] = "banner_ad_click"; EventActionName["BannerAdRequested"] = "banner_ad_requested"; EventActionName["AdView"] = "ad_view"; EventActionName["AdClick"] = "ad_click"; EventActionName["AdExit"] = "ad_exit"; EventActionName["AdPause"] = "ad_playback_pause"; EventActionName["AdResume"] = "ad_playback_play"; EventActionName["AdForcedPlaybackPause"] = "ad_forced_playback_pause"; EventActionName["AdForcedPlaybackPlay"] = "ad_forced_playback_play"; EventActionName["AdRequested"] = "ad_requested"; 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["ImaAdRequested"] = "ima_ad_requested"; EventActionName["InteractionView"] = "interaction_view"; EventActionName["InteractionAnswer"] = "interaction_answer"; return EventActionName; }({}); export let ContentType = /*#__PURE__*/function (ContentType) { ContentType["Story"] = "Story"; ContentType["Moment"] = "Moment"; ContentType["Video"] = "Video"; 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"; PlayerStartTriggers["AppForground"] = "App Foreground"; PlayerStartTriggers["Skip"] = "Skip"; return PlayerStartTriggers; }({}); export let PlayerExitTriggers = /*#__PURE__*/function (PlayerExitTriggers) { PlayerExitTriggers["Swipe"] = "Swipe"; PlayerExitTriggers["SwipeDown"] = "Swipe Down"; PlayerExitTriggers["Skip"] = "Skip"; PlayerExitTriggers["VideoFinished"] = "Video Finished"; PlayerExitTriggers["UserSkipNext"] = "User Skip Next"; PlayerExitTriggers["UserSkipPrevious"] = "User Skip Previous"; PlayerExitTriggers["CloseButton"] = "Close Button"; PlayerExitTriggers["AppClose"] = "App Close"; PlayerExitTriggers["AssetsExpiry"] = "URL Expiration"; PlayerExitTriggers["StoriesCompleted"] = "Stories completed"; PlayerExitTriggers["AppBackground"] = "App Background"; PlayerExitTriggers["BackButton"] = "Back Button"; PlayerExitTriggers["UserSwipeToDismiss"] = "User Swipe To Dismiss"; 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; }({}); export let VideoSeekType = /*#__PURE__*/function (VideoSeekType) { VideoSeekType["Seekbar"] = "Seek Bar"; VideoSeekType["DoubleTap"] = "Double Tap"; return VideoSeekType; }({}); export let VideoSeekDirection = /*#__PURE__*/function (VideoSeekDirection) { VideoSeekDirection["Forward"] = "Forward"; VideoSeekDirection["Backward"] = "Backward"; return VideoSeekDirection; }({}); export let BlazeAnalyticsOrientation = /*#__PURE__*/function (BlazeAnalyticsOrientation) { BlazeAnalyticsOrientation["Portrait"] = "Portrait"; BlazeAnalyticsOrientation["Landscape"] = "Landscape"; return BlazeAnalyticsOrientation; }({}); export let AnalyticsVideosCtaConfigType = /*#__PURE__*/function (AnalyticsVideosCtaConfigType) { AnalyticsVideosCtaConfigType["AlwaysVisible"] = "Always Visible"; AnalyticsVideosCtaConfigType["VisibleAfterOverlayHidden"] = "Visible After Overlay Hidden"; return AnalyticsVideosCtaConfigType; }({}); export let BlazeAnalyticsAdGestureType = /*#__PURE__*/function (BlazeAnalyticsAdGestureType) { BlazeAnalyticsAdGestureType["SwipeUp"] = "Swipe-Up"; BlazeAnalyticsAdGestureType["Click"] = "Click"; return BlazeAnalyticsAdGestureType; }({}); //# sourceMappingURL=blaze-analytics.interface.js.map