HasEntitlementsExtended(string[], bool)
Retrieves extended information about the license file and its contents, including custom data attached to individual entitlements.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.Licensing
- Assembly: UnityEditor
public static EntitlementInfo[] HasEntitlementsExtended(string[] entitlements, bool includeCustomData)
Parameters
Returns
Type | Description |
|---|---|
| EntitlementInfo[] | Returns a list of EntitlementInfo data structures for each of the requested entitlements, if available. |