Unity3D Client Reference
Class GameRequest
Namespace: PlayerIOClient
Language: C# / .NET
A received game request
Properties | |||
---|---|---|---|
public DateTime |
When the request was received |
||
public Dictionary<string, string> |
The game-specific extra data associated with this request |
||
public string |
The user id of the user that sent the request |
||
public string |
The request type of the request |
GameRequest.Created
public DateTime |
|
When the request was received
GameRequest.Data
public Dictionary<string, string> |
|
The game-specific extra data associated with this request
GameRequest.SenderUserId
public string |
|
The user id of the user that sent the request
GameRequest.Type
public string |
|
The request type of the request