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