![]() |
CotC C# SDK for Unity
v1.4.0.1
Making social games is easy !
|
Allows to run batches authenticated as a user.
Public Member Functions | |
GamerBatches | Domain (string domain) |
Changes the domain affected by the next operations. You should typically use it this way: gamer.Batches.Domain("private").Run(...); More... | |
Promise< Bundle > | Run (string batchName, Bundle batchParams=null) |
Runs a batch on the server, authenticated as a gamer (gamer-scoped). More... | |
GamerBatches CotcSdk.GamerBatches.Domain | ( | string | domain | ) |
Changes the domain affected by the next operations. You should typically use it this way: gamer.Batches.Domain("private").Run(...);
domain | Domain on which to scope the next operations. |
Runs a batch on the server, authenticated as a gamer (gamer-scoped).
batchName | Name of the batch to run, as configured on the server. |
batchParams | Parameters to be passed to the batch. |