Access Model
Subscription access
tiun.on('userChange', (data) => {
if (data.user?.productAccess.includes('p-live-pro')) {
renderProExperience();
}
});Time-based access
Event
Meaning
tiun.on('paywallHide', () => {
showPremiumContent();
});Key difference
Last updated
Was this helpful?