Gamebase SDK for Unity
2.69.0
Toast Gamebase Platform
Loading...
Searching...
No Matches
◆
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
SetSandboxModeSample(
bool
isSandbox)
{
Gamebase
.
Push
.
SetSandboxMode
(isSandbox);
}
Toast.Gamebase.Gamebase.Push.SetSandboxMode
static void SetSandboxMode(bool isSandbox)
Set SandboxMode.
Definition
Gamebase.cs:2672
Toast.Gamebase.Gamebase.Push
The Push class provides registering push token API to ToastCloud Push Server and querying push token ...
Definition
Gamebase.cs:2581
Toast.Gamebase.Gamebase
The Gamebase class is core of Gamebase service.
Definition
Gamebase.cs:11
Toast
Gamebase
Gamebase
Push
Generated by
1.10.0