Class IAPListener.OnProductsFetchedEvent
Type of event fired after a successful fetching the products from the store.
Implements
Inherited Members
UnityEvent<ProductCollection>.AddListener(UnityAction<ProductCollection>)
UnityEvent<ProductCollection>.RemoveListener(UnityAction<ProductCollection>)
UnityEvent<ProductCollection>.Invoke(ProductCollection)
UnityEventBase.ToString()
Namespace: UnityEngine.Purchasing
Assembly: UnityEngine.Purchasing.Codeless.dll
Syntax
[Serializable]
public class IAPListener.OnProductsFetchedEvent : UnityEvent<ProductCollection>, ISerializationCallbackReceiver