v3.1.2
2020.3+

Class RedeemGooglePlayPurchaseResult

The result from redeeming a Google Play Store purchase.

Inheritance
RedeemGooglePlayPurchaseResult
Namespace: Unity.Services.Economy.Model
Syntax
public class RedeemGooglePlayPurchaseResult

Constructors

RedeemGooglePlayPurchaseResult(GoogleVerification, Rewards)

Declaration
[Preserve]
public RedeemGooglePlayPurchaseResult(GoogleVerification verification, Rewards rewards)
Parameters
TypeNameDescription
GoogleVerificationverification
Rewardsrewards

Fields

Rewards

The Rewards given in exchange for this purchase.

Declaration
[Preserve]
public Rewards Rewards
Field Value
TypeDescription
Rewards

Verification

The receipt verification details from the Google Play Store validation service.

Declaration
[Preserve]
public GoogleVerification Verification
Field Value
TypeDescription
GoogleVerification