PlayerIO

The fastest way to build online games without breaking a sweat.

Android Client Reference

Android  class documentationClass GameRequest

Namespace: com.playerio
Language: Java

A received game request

Methods

 
public Date
getCreated ()

When the request was received

public Map<String,String>
getData ()

The game-specific extra data associated with this request

public String
getSenderUserId ()

The user id of the user that sent the request

public String
getType ()

The request type of the request

GameRequest.getCreated

public Date
getCreated ()

When the request was received

GameRequest.getData

public Map<String,String>
getData ()

The game-specific extra data associated with this request

GameRequest.getSenderUserId

public String
getSenderUserId ()

The user id of the user that sent the request

GameRequest.getType

public String
getType ()

The request type of the request