Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HasEntitlements(string[])

Checks if the current user is entitled to a list of entitlements.
Read time 1 minuteLast updated 12 days ago

Definition

public static string[] HasEntitlements(string[] entitlements)

Parameters

entitlements

The requested list of entitlement strings.

Returns

Type

Description

string[]Returns a list of entitlement strings that the user is entitled to based on the requested list.