Class FeatureGating.NotifyPremiumFeatureRequest
Notifies the use of a Premium feature
Namespace: Unity.PSN.PS5.PremiumFeatures
Syntax
public class NotifyPremiumFeatureRequest : Request
Properties
Features
Premium feature types to check
Declaration
public FeatureGating.Features Features { get; set; }
Property Value
| Type | Description |
|---|---|
| FeatureGating.Features |
Properties
Real-time multi-play properties
Declaration
public FeatureGating.MultiplayProperties Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| FeatureGating.MultiplayProperties |
UserId
User ID to check
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()