Overview
EntitlementScope determines which set of entitlements to inspect when checking if an entitlement is active. This allows you to control whether to check verified-only entitlements or all granted entitlements.
Definition
Cases
.all
Checks all entitlements without distinguishing verification status.
Returns true if entitlement exists in any state
.verified
The more restrictive scope used to verify advertiser conversion.
- First checks provisional entitlements (pending verification)
- Then checks verified entitlements (transaction confirmed)
- Triggers smart refresh when provisional expires to check for verification