GetItems() | — | List<StoreItem> | |
SearchItems(query) | string | List<StoreItem> | Matches name, description, SKU |
GetItemsByType(type) | string | List<StoreItem> | See item types below |
GetItemById(id) | string | StoreItem? | |
GetItemBySku(sku) | string | StoreItem? | |
BeginPurchaseFlow(item, onSuccess?, onError?) | StoreItem, Action?, Action<string>? | void | Callbacks are optional |
BeginPurchaseFlow(itemId, onSuccess?, onError?) | string, Action?, Action<string>? | void | Callbacks are optional |
Refresh() | — | void | |
AddListener(listener) | Action | void | |
RemoveListener(listener) | Action | void | |