Run
privo.ageVerification.run(profile, onChange)
The method runs the Age Verification.
The Run method entry parameters:
profile - child profile field, the parameter is passed from a partner (optional)
onChange - callback that fiers when the verification status is changed. It initiates AgeVerificationEvent
The Run method response:
export interface AgeVerificationEvent {
status: AgeVerificationStatus;
profile?: AgeVerificationProfile; }
The new entry window has two display modes: Redirect and Popup (according to configuration in the
privo.ageVerification.init method).
Redirect mode - implies sending users to a different URL from the one they originally
requested.
Popup mode - implies displaying via a popup browser window that is displayed on top of the existing windows on
the screen.
Please check the Age Verification Status Description table