Interface: ViewConstraints
Defined in: adapter.ts:751
Constraints on when to call a view submission or view closed handler.
Properties
callbackId?
optional callbackId: string | RegExp;
Defined in: adapter.ts:755
A string or RegExp to match against the callback_id
externalId?
optional externalId: string | RegExp;
Defined in: adapter.ts:760
A string to match against the external_id
viewId?
optional viewId: string;
Defined in: adapter.ts:765
A string to match against the view_id