docs.unity.cn
    Show / Hide Table of Contents

    Interface IAndroidStoreSelection

    Store configuration for Android stores.

    Namespace: UnityEngine.Purchasing
    Syntax
    public interface IAndroidStoreSelection : IStoreConfiguration

    Properties

    androidStore

    A property that retrieves the AndroidStore type, if applicabble.

    Declaration
    AndroidStore androidStore { get; }
    Property Value
    Type Description
    AndroidStore

    appStore

    A property that retrieves the AppStore type.

    Declaration
    AppStore appStore { get; }
    Property Value
    Type Description
    AppStore
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 20 April 2021