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