Interface IPurchasingModule
Configures Unity Purchasing for one or more stores.
Store implementations must provide an implementation of this interface.
Namespace: UnityEngine.Purchasing.Extension
Syntax
public interface IPurchasingModule
Methods
Configure(IPurchasingBinder)
Configures the purchasing module.
Declaration
void Configure(IPurchasingBinder binder)
Parameters
Type | Name | Description |
---|---|---|
IPurchasingBinder | binder | The object binding the purchasing with store implementations |