Version: 2017.1
public void InitiatePurchase (Purchasing.Product product, string payload);
public void InitiatePurchase (string productId, string payload);
public void InitiatePurchase (Purchasing.Product product);
public void InitiatePurchase (string productId);

파라미터

product The product to purchase.
payload Any additional developer information to associate with the purchase.
productId The identifier for the product to purchase. This may differ from the store-specific product ID.

설명

Initiate a purchase for a specific product.

The application will be informed of the result via their IStoreListener implementation.

See Also: Product for an example usage.