Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public static EntitlementInfo[] HasEntitlementsExtended(string[] entitlements, bool includeCustomData)

Parameters

entitlements

The list of entitlements for which we want extended information.

includeCustomData

If we wish to include custom data in the response

Returns

Type

Description

EntitlementInfo[]Returns a list of EntitlementInfo data structures for each of the requested entitlements, if available.