Skip to main content

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.

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

public enum EntitlementScope {
    case verified  
    case all       
}

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.
  1. First checks provisional entitlements (pending verification)
  2. Then checks verified entitlements (transaction confirmed)
  3. Triggers smart refresh when provisional expires to check for verification