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