Class Entitlements
Entitlements provides features for accessing additional content, consumable entitlements, and subscription entitlements.
Namespace: Unity.PSN.PS5.Entitlement
Syntax
public class Entitlements
Methods
Schedule(AsyncOp)
Schedule an AsyncOp by adding it to the internal Entitlements queue
Declaration
public static void Schedule(AsyncOp op)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncOp | op | The operation to schedule |