Class FeatureGating.CheckPremiumRequest
Checks eligibility to use a Premium feature
Namespace: Unity.PSN.PS5.PremiumFeatures
Syntax
public class CheckPremiumRequest : Request
Properties
Authorized
Result of checking eligibility to use a Premium feature
Declaration
public bool Authorized { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Features
Premium feature types to check
Declaration
public FeatureGating.Features Features { get; set; }
Property Value
| Type | Description |
|---|---|
| FeatureGating.Features |
UserId
User ID to check
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()