Interface IAmazonExtensions
Access Amazon store specific functionality.
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public interface IAmazonExtensions : IStoreExtension
Properties
Name | Description |
---|---|
amazonUserId | Gets the current Amazon user ID (for other Amazon services). |
Methods
Name | Description |
---|---|
NotifyUnableToFulfillUnavailableProduct(string) | Amazon makes it possible to notify them of a product that cannot be fulfilled. This method calls Amazon's notifyFulfillment(transactionID, FulfillmentResult.UNAVAILABLE); https://developer.amazon.com/public/apis/earn/in-app-purchasing/docs-v2/implementing-iap-2.0 |