Gamebase SDK for Unity
1.14.2
Toast Gamebase Platform
◆
SetSandboxMode()
static void SetSandboxMode
(
bool
isSandbox
)
static
Set SandboxMode.
(iOS Only)
Since
Added 1.4.0.
Parameters
isSandbox
"true" if application is on the sandbox mode.
Example Usage :
public
void
SetSandboxMode
(
bool
isSandbox)
{
Gamebase.Push.SetSandboxMode(isSandbox);
}
Toast
Gamebase
Gamebase
Push
Generated by
1.8.14