|
My Project
|
Public Member Functions | |
| void | Register (Action done) |
| void | GetServers (Action done) |
| void | ValidateClient (string sessionticket, Action< PlayFab.Json.JsonObject, string > callback) |
| void | GetUserAccountInfo (string playFabId, Action< PlayFab.Json.JsonObject, string > callback) |
| void | OnPlayFabError (PlayFabError obj) |
Public Attributes | |
| List< Dictionary< string, string > > | servers |
Static Public Attributes | |
| static int | HeartbeatSecs = 60 |
| static int | PollSecs = 6 |
Additional Inherited Members | |
Static Protected Attributes inherited from Teal.MonoSingleton< PlayFabMatchmaking > | |
| static T | _instance |
Properties inherited from Teal.MonoSingleton< PlayFabMatchmaking > | |
| static T | Get [get] |
| Returns the singleton instance. | |