v3.1.2
2020.3+
Class RedeemGooglePlayPurchaseResult
The result from redeeming a Google Play Store purchase.
Namespace: Unity.Services.Economy.Model
Syntax
public class RedeemGooglePlayPurchaseResult
Constructors
RedeemGooglePlayPurchaseResult(GoogleVerification, Rewards)
Declaration
[Preserve]
public RedeemGooglePlayPurchaseResult(GoogleVerification verification, Rewards rewards)
Parameters
Type | Name | Description |
---|---|---|
GoogleVerification | verification | |
Rewards | rewards |
Fields
Rewards
The Rewards given in exchange for this purchase.
Declaration
[Preserve]
public Rewards Rewards
Field Value
Type | Description |
---|---|
Rewards |
Verification
The receipt verification details from the Google Play Store validation service.
Declaration
[Preserve]
public GoogleVerification Verification
Field Value
Type | Description |
---|---|
GoogleVerification |