For the complete documentation index, see llms.txt. This page is also available as Markdown.

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