Class DefaultStoreHelper
Helper class to manage the default store.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public static class DefaultStoreHelper
Methods
GetDefaultStoreName()
Get the default store name.
Declaration
public static string GetDefaultStoreName()
Returns
Type | Description |
---|---|
string | The name of the default store. |
OverrideDefaultStoreName(string)
Override the default store name.
Declaration
public static void OverrideDefaultStoreName(string newDefaultStoreName)
Parameters
Type | Name | Description |
---|---|---|
string | newDefaultStoreName | The new default store name to set. |