Class FeatureGating.PremiumEvent
The premium notification data containing the type and user
Namespace: Unity.PSN.PS5.PremiumFeatures
Syntax
public class PremiumEvent
Properties
EventType
Premium feature event type
Declaration
public FeatureGating.PremiumEventType EventType { get; set; }
Property Value
| Type | Description |
|---|---|
| FeatureGating.PremiumEventType |
UserId
UserId for the event
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |