Delegate FeatureGating.PremiumNotification
Delegate for notifications about premium events.
Namespace: Unity.PSN.PS5.PremiumFeatures
Syntax
public delegate void PremiumNotification(FeatureGating.PremiumEvent premiumEvent);
Parameters
| Type | Name | Description |
|---|---|---|
| FeatureGating.PremiumEvent | premiumEvent | The premium event data containing the notification data |