Interface INativePromoAdapter
Namespace: UnityEngine.Monetization
Syntax
public interface INativePromoAdapter
Properties
metadata
Declaration
PromoMetadata metadata { get; }
Property Value
Type | Description |
---|---|
PromoMetadata |
Methods
OnClicked()
Declaration
void OnClicked()
OnClosed()
Declaration
void OnClosed()
OnShown()
Declaration
void OnShown()
OnShown(PromoShowType)
Declaration
void OnShown(PromoShowType type)
Parameters
Type | Name | Description |
---|---|---|
PromoShowType | type |