@braze/web-sdk
Version:
Braze SDK for web sites and other JS platforms.
20 lines (19 loc) • 424 B
JavaScript
export default class wt {
constructor(t, s, i, h, l) {
(this.triggerId = t),
(this.dn = s),
(this.hn = i),
(this.jn = h),
(this.vn = l),
(this.triggerId = t),
(this.dn = s),
(this.hn = i),
(this.jn = h),
(this.vn = l);
}
static fromJson(t, s, i, h, l) {
return null == t || null == t.trigger_id
? null
: new wt(t.trigger_id, s, i, h, l);
}
}