|
Beamable SDK
|
Public Member Functions | |
| void | SetError (string error) |
| Promise< List< RealmView > > | ResetGames () |
| void | Destroy () |
| Promise< LoginModel > | Initialize () |
Properties | |
| CustomerModel | Customer = new CustomerModel() [get] |
| List< RealmView > | Games = new List<RealmView>() [get, set] |
| bool | StartedWithConfiguration = false [get] |
| bool | StartedWithUser = false [get] |
| string | LastError [get] |
| bool | ReadLegalCopy [get, set] |
| CustomerView | CurrentCustomer [get] |
| EditorUser | CurrentUser [get] |
| RealmView | CurrentGame [get] |
Events | |
| Action< string > | OnError |
| Action | OnErrorCleared |
| Action< List< RealmView > > | OnGamesUpdated |
| Action< EditorUser > | OnCurrentUserChanged |
| Action< RealmView > | OnGameChanged |
| Action< LoginModel > | OnStateChanged |
1.8.17