Interface IManagedStoreExtensions
IAP E-Commerce Managed Store functionality.
Namespace: UnityEngine.Purchasing
Syntax
public interface IManagedStoreExtensions : IStoreExtension
Properties
storeCatalog
Get the available store catalog items. Store catalog prioritizes its array of products in the same order as the IAP E-Commerce API response. Any product that is not available for purchase nor found in the native store will not be in the list.
Declaration
Product[] storeCatalog { get; }
Property Value
Type | Description |
---|---|
Product[] |
Methods
RefreshCatalog(Action)
Refresh the managed store catalog.
Declaration
void RefreshCatalog(Action callback)
Parameters
Type | Name | Description |
---|---|---|
Action | callback | The action executed upon refreshing the catalog. |