Access
Paywall events
Event
Meaning
What the paywallHide payload includes
paywallHide payload includestiun.on('paywallHide', (data) => {
console.log('Session is active:', data.sessionId);
showPremiumContent();
});
tiun.on('paywallShow', () => {
hidePremiumContent();
showPaywall();
});Where to go next
Last updated
Was this helpful?