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
/
creative
/
creative_non_linear.js
11 lines
(8 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Creative
}
from
'./creative'
;
export
class
CreativeNonLinear
extends
Creative
{
constructor
(
creativeAttributes = {}
) {
super
(creativeAttributes);
this
.
type
=
'nonlinear'
;
this
.
variations
= []; } }