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)

    Declaration
    [Preserve]
    [JsonConstructor]
    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
    In This Article
    Back to top
    Copyright © 2024 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)