TrustedPurchaseRecord.Store
Overview
This structure defines the store where the purchase was made without validation. It can take any value, but it is highly recommended to use one of our suggested values.
Properties
Name
string Name { get; }
The name of the store that is currently stored
GooglePlay
static Store GooglePlay { get; } = new("PLAY_STORE");
Used to indicate that the source of the purchase is Play Store.
AppStore
static Store AppStore { get; } = new("APP_STORE");
Used to indicate that the source of the purchase is App Store.
Amazon
static Store Amazon { get; } = new("AMAZON");
Used to indicate that the source of the purchase is Amazon.
MacAppStore
static Store MacAppStore { get; } = new("MAC_APP_STORE")
Used to indicate that the source of the purchase is Mac App Store.
MicrosoftStore
static Store MicrosoftStore { get; } = new("MICROSOFT_STORE");
Used to indicate that the source of the purchase is Microsoft Store.
GalaxyStore
static Store GalaxyStore { get; } = new("GALAXY_STORE");
Used to indicate that the source of the purchase is Galaxy Store.
Stripe
static Store Stripe { get; } = new("STRIPE");
Used to indicate that the source of the purchase is Stripe.
HuaweiAppGallery
static Store HuaweiAppGallery { get; } = new("HUAWEI_APPGALLERY");
Used to indicate that the source of the purchase is Huawei App Gallery.
MetaQuestStore
static Store MetaQuestStore { get; } = new("META_QUEST_STORE");
Used to indicate that the source of the purchase is Meta Quest Store.
EpicGamesStore
static Store EpicGamesStore { get; } = new("EPIC_GAMES_STORE");
Used to indicate that the source of the purchase is Epic Games Store.
Steam
static Store Steam { get; } = new("STEAM");
Used to indicate that the source of the purchase is Steam.
OneStore
static Store OneStore { get; } = new("ONE_STORE");
Used to indicate that the source of the purchase is One Store.
XiaomiGetApps
static Store XiaomiGetApps { get; } = new("XIAOMI_GETAPPS");
Used to indicate that the source of the purchase is Xiaomi Get Apps.
TapTap
static Store TapTap { get; } = new("TAPTAP");
Used to indicate that the source of the purchase is Tap Tap.
GetJar
static Store GetJar { get; } = new("GETJAR");
Used to indicate that the source of the purchase is Get Jar.
MobangoAppStore
static Store MobangoAppStore { get; } = new("MOBANGO");
Used to indicate that the source of the purchase is Mobango App Store.
SlideMe
static Store SlideMe { get; } = new("SLIDEME");
Used to indicate that the source of the purchase is Slide Me.
Sandbox
static Store Sandbox { get; } = new("SANDBOX");
Used to indicate that the source of the purchase is Sandbox mode.
Methods
Custom
static Store Custom(string storeName)
This method allow to set custom store name