Interface IExtensionProvider
Interface providing access to various store extensions.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
[Obsolete("This API is deprecated. Please upgrade to the new APIs introduced in IAP v5. For more information, visit the IAP manual: https://docs.unity.com/ugs/en-us/manual/iap/manual/upgrade-to-iap-v5", false)]
public interface IExtensionProvider
Methods
GetExtension<T>()
Get an implementation of a store extension specified by the template parameter.
Declaration
T GetExtension<T>() where T : IStoreExtension
Returns
Type | Description |
---|---|
T | The store extension requested. |
Type Parameters
Name | Description |
---|---|
T | Implementation of |