The VpaidTimerEvent class is used to represent events that are fired by the VpaidTimer class.
Constants
Name | Value | Description |
---|---|---|
CANCELED | canceled |
The VpaidTimerEvent.CANCELED property defines the value of the
|
COMPLETE | complete |
The VpaidTimerEvent.COMPLETE property defines the value of the
|
TICK | tick |
The VpaidTimerEvent.TICK property defines the value of the
|
Properties
Name | Type | Description | Default |
---|---|---|---|
adRemainingTime | Number | Gets the amount of time left in seconds before the ad is complete. |
|
countdownTime | Number | Gets the amount of time left in seconds before the timer is complete. |
|
Constructors
VpaidTimerEvent(type:String, countdownTime:Number=0, adRemainingTime:Number=0)
The VpaidTimerEvent is fired by the VpaidTimer class.
Instance Methods
Defined in com.google.ads.studio.events:VpaidTimerEvent
clone()
:
Event