isEntitlementActive

Check if a single entitlement is currently active.

NamiEntitlementManager.isEntitlementActive(_ referenceId: String ) -> Bool

Parameters

  • referenceId - a string that is the entitlement reference ID from the Control Center.

Returns

true if active, false otherwise.

Last updated