QUDO
Class in QUDOSDK
Fields
This is a string representation of the current SDK Version
Example
1 2 3 4 5 |
|
This is a string representation of the current version state of the SDK
Example
1 2 3 4 5 |
|
The current state of the game, defined by the developer
Example
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
Properties
The current state of the SDK requests, this indicates what the SDK is currently doing
Example
1 2 3 4 5 |
|
The status of the SDK initialization
Example
1 2 3 4 5 |
|
Methods
This warning is used to tell the user that QUDO rewards will only be accounted for after he logins (any other previous achievement, highscore, won't give any rewards)
Example
1 2 3 4 |
|
Opens the Login/Register window of QUDO, this method uses delegates to return a QUDOUser in case the user logs in
Example
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
|
Initializes the SDK so that the developer can check his game's products, achievements, highscores and leaderboards without anyone logging in
Example
1 2 3 4 5 |
|
Events
Event triggered when the SDK is initialized
Example
1 2 3 4 5 6 7 8 |
|