docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RealMoneyPurchaseResourceStoreIdentifiers

    Store identifiers.

    Inheritance
    object
    RealMoneyPurchaseResourceStoreIdentifiers
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Economy
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class RealMoneyPurchaseResourceStoreIdentifiers

    Constructors

    RealMoneyPurchaseResourceStoreIdentifiers(string, string)

    Initializes a new instance of the RealMoneyPurchaseResourceStoreIdentifiers class.

    Declaration
    [Preserve]
    public RealMoneyPurchaseResourceStoreIdentifiers(string appleAppStore = null, string googlePlayStore = null)
    Parameters
    Type Name Description
    string appleAppStore

    Apple App Store identifier..

    string googlePlayStore

    Google Play Store identifier..

    Properties

    AppleAppStore

    Apple App Store identifier.

    Declaration
    [Preserve]
    public string AppleAppStore { get; set; }
    Property Value
    Type Description
    string

    Apple App Store identifier.

    GooglePlayStore

    Google Play Store identifier.

    Declaration
    [Preserve]
    public string GooglePlayStore { get; set; }
    Property Value
    Type Description
    string

    Google Play Store identifier.

    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)