using System;
using UnityEngine.Purchasing.Extension;
namespace UnityEngine.Purchasing
{
///
/// Store configuration for Android stores.
///
public interface IAndroidStoreSelection : IStoreConfiguration
{
///
/// A property that retrieves the AppStore type.
///
AppStore appStore { get; }
}
}