Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sdk-testing-implementation.md #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/sdk-testing-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before beginning your tests, it’s important to note that the GOG GALAXY SDK ha

| Status | Method to Check the Status | Description |
| ---------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| `SignedIn` | [`galaxy::api::IUser()::SignedIn()`](https://docs.gog.com/galaxyapi/classgalaxy_1_1api_1_1IUser.html#aa6c13795a19e7dae09674048394fc650) | Determines whether the user has a license for the game and is logged in to the GOG GALAXY client |
| `SignedIn` | [`galaxy::api::IUser::SignedIn()`](https://docs.gog.com/galaxyapi/classgalaxy_1_1api_1_1IUser.html#aa6c13795a19e7dae09674048394fc650) | Determines whether the user has a license for the game and is logged in to the GOG GALAXY client |
| `LoggedOn` | [`galaxy::api::IUser::IsLoggedOn()`](https://docs.gog.com/galaxyapi/classgalaxy_1_1api_1_1IUser.html#a3e373012e77fd2baf915062d9e0c05b3) | Determines if the user has a license for the game, is logged in to the GOG GALAXY client and is connected to the Internet |

Thus, GOG GALAXY features can work in two modes:
Expand Down Expand Up @@ -78,4 +78,4 @@ To test this:
3. Open your leaderboards in game and look for the new entry that you’ve made. Leaderboards should be updated and the new entry should be visible.
4. Quit the game and turn your internet connection off.
5. Start the game and complete an action required to save your leaderboard score.
6. The game should not freeze or crash.
6. The game should not freeze or crash.