Method FindIAPTransactionByProductId
FindIAPTransactionByProductId(string)
Get a BaseTransaction from its product id.
Declaration
public IAPTransaction FindIAPTransactionByProductId(string productId)
Parameters
Type | Name | Description |
---|---|---|
string | productId | The product id of the IAP transaction definition to find. |
Returns
Type | Description |
---|---|
IAPTransaction | If found, returns the IAPTransaction object, otherwise null |