public class SteamCheatReportingService extends SteamWebApiInterface
SteamCheatReportingService class.
VERSION_1, VERSION_2, VERSION_3| Constructor and Description |
|---|
SteamCheatReportingService(SteamWebApiClient client)
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
reportCheatData(CheatData cheatData)
Reports cheat data to Valve
|
getSteamResultasCollectionOf, asListOf, builder, configureBuilder, fromJson, fromJson, handleError, sendRequestpublic SteamCheatReportingService(SteamWebApiClient client)
Default Constructor
client - A SteamWebApiClient instancepublic CompletableFuture<Boolean> reportCheatData(CheatData cheatData)
Reports cheat data to Valve
cheatData - CheatData containing all the required parametersCompletableFuture returning a Void resultCopyright © 2016–2024. All rights reserved.