UNPKG
react-native-vast-client
Version:
latest (2.5.1)
2.5.1
JavaScript VAST Client
github.com/sina-moammar/vast-client-js
sina-moammar/vast-client-js
react-native-vast-client
/
src
/
vast_response.js
8 lines
(7 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
class
VASTResponse
{
constructor
() {
this
.ads = [];
this
.errorURLTemplates = [];
this
.version =
null
; } }