Method SetAppleId
SetAppleId(IAPTransactionAsset, string)
Sets the Apple Product ID associated to this IAPTransactionAsset instance.
Declaration
public static void SetAppleId(this IAPTransactionAsset @this, string id)
Parameters
| Type | Name | Description |
|---|---|---|
| IAPTransactionAsset | this | The IAPTransactionAsset instance to set the Apple Product ID to. |
| string | id | The product ID to assign to this IAPTransactionAsset instance. |