Asynchronously queries whether a given entitlement type is currently active for the user. Use this to gate features or show conditional UI based on active entitlements. This method automatically performs a smart refresh to guarantee fresh entitlement data before returning the result.Documentation Index
Fetch the complete documentation index at: https://docs.encorekit.com/llms.txt
Use this file to discover all available pages before exploring further.
Signature
Parameters
| Name | Type | Description |
|---|---|---|
type | Entitlement | The entitlement type |
scope | EntitlementScope | The scope to check |
Returns
Returnstrue if the specified entitlement is currently active for the user, false otherwise.