Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.Purchasing.Extension
Implements interfaces:IStore
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseExtension point for purchasing plugins.
An abstract class is provided so that methods can be added to the IStore without breaking binary compatibility with existing plugins.
See Also: IStore.
FinishTransaction | Called when Unity IAP has finished processing a purchase. |
Initialize | Called when Unity IAP is initializing. |
Purchase | Called when a user wants to buy the specified Product. |
RetrieveProducts | Fetch product metadata and purchase state for the set of ProductDefinitions. |