Gamebase SDK for Unity
2.2.0
Toast Gamebase Platform
◆
SetStoreCode()
static void SetStoreCode
(
string
storeCode
)
static
Set the store code of the current app.
Since
Added 1.4.0.
Parameters
storeCode
Input store code.
Example Usage :
public
void
SetStoreCode
(
string
storeCode)
{
Gamebase.Purchase.SetStoreCode(storeCode);
}
Toast
Gamebase
Gamebase
Purchase
Generated by
1.8.14