Subscription modal UI component
React Component
<IapticSubscriptionView entitlementLabels={{ premium: { label: 'Premium Features', detail: 'Unlimited Downloads' }, adFree: { label: 'Ad-Free', detail: 'Remove All Ads While Watching Videos' } }}, termsUrl="https://example.com/terms"/> Copy
<IapticSubscriptionView entitlementLabels={{ premium: { label: 'Premium Features', detail: 'Unlimited Downloads' }, adFree: { label: 'Ad-Free', detail: 'Remove All Ads While Watching Videos' } }}, termsUrl="https://example.com/terms"/>
Propertis
Subscription modal UI component
Remarks
React Component
Example