Options
All
  • Public
  • Public/Protected
  • All
Menu

adease-sdk

Index

Type aliases

TQueryParams

TQueryParams: object

Type declaration

  • [key: string]: string

Variables

Const LinearEvents

LinearEvents: EventType[] = [EventType.Start,EventType.Impression,EventType.FirstQuartile,EventType.MidPoint,EventType.ThirdQuartile,EventType.Complete,EventType.AcceptInvitationLinear,EventType.TimeSpentViewing,EventType.Progress,EventType.CloseLinear]

Const NonLinearEvents

NonLinearEvents: EventType[] = [EventType.CreativeView,EventType.AcceptInvitation,EventType.AdExpand,EventType.Minimize,EventType.Close,EventType.OverlayViewDuration]

Const PlayerEvents

PlayerEvents: EventType[] = [EventType.Mute,EventType.Unmute,EventType.Pause,EventType.Resume,EventType.Rewind,EventType.Skip,EventType.PlayerExpand,EventType.PlayerCollapse]

Functions

round

  • round(n: number): number
  • Rounds to two decimal places.

    Parameters

    • n: number

      number to round

    Returns number

Generated using TypeDoc