Class Entitlements.GetAdditionalContentEntitlementListRequest
Gets a list of additional content information for which the entitlement is valid
Namespace: Unity.PSN.PS5.Entitlement
Syntax
public class GetAdditionalContentEntitlementListRequest : Request
Properties
Entitlements
List of additional content entitlements.
Declaration
public Entitlements.AdditionalContentEntitlementInfo[] Entitlements { get; }
Property Value
| Type | Description |
|---|---|
| Entitlements.AdditionalContentEntitlementInfo[] |
ServiceLabel
Service Label used when register the filters
Declaration
public uint ServiceLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
Methods
Run()
Declaration
protected override void Run()