docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RedeemGooglePlayPurchaseResult

    The result from redeeming a Google Play Store purchase.

    Inheritance
    object
    RedeemGooglePlayPurchaseResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Economy.Model
    Assembly: Unity.Services.Economy.dll
    Syntax
    public class RedeemGooglePlayPurchaseResult

    Constructors

    RedeemGooglePlayPurchaseResult(GoogleVerification, Rewards)

    Create an instance of the RedeemGooglePlayPurchaseResult class

    Declaration
    [Preserve]
    [JsonConstructor]
    public RedeemGooglePlayPurchaseResult(GoogleVerification verification, Rewards rewards)
    Parameters
    Type Name Description
    GoogleVerification verification

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

    Rewards rewards

    The Rewards given in exchange for this purchase.

    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)