@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.qr = s),
(this.Tr = i),
(this.Er = h),
(this.Gr = l),
(this.triggerId = t),
(this.qr = s),
(this.Tr = i),
(this.Er = h),
(this.Gr = 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);
}
}