@xmobitea/gn-typescript-client 2.6.13 → 2.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +37 -0
- package/README.MD +420 -1
- package/dist/gearn.js.client.js +25056 -1056
- package/dist/gearn.js.client.min.js +1 -1
- package/dist/index.d.ts +30 -0
- package/dist/index.js +24236 -212
- package/dist/runtime/GNNetwork.d.ts +687 -3
- package/dist/runtime/GNNetworkAuthenticateApi.d.ts +327 -0
- package/dist/runtime/GNNetworkCharacterPlayerApi.d.ts +1026 -0
- package/dist/runtime/GNNetworkCloudScriptApi.d.ts +141 -0
- package/dist/runtime/GNNetworkContentApi.d.ts +243 -0
- package/dist/runtime/GNNetworkDashboardApi.d.ts +221 -0
- package/dist/runtime/GNNetworkGamePlayerApi.d.ts +1033 -0
- package/dist/runtime/GNNetworkGroupApi.d.ts +783 -0
- package/dist/runtime/GNNetworkInventoryApi.d.ts +673 -0
- package/dist/runtime/GNNetworkMasterPlayerApi.d.ts +1614 -6
- package/dist/runtime/GNNetworkMultiplayerApi.d.ts +234 -0
- package/dist/runtime/GNNetworkStoreInventoryApi.d.ts +309 -0
- package/dist/runtime/common/Action0.d.ts +30 -0
- package/dist/runtime/common/Action1.d.ts +32 -0
- package/dist/runtime/common/Action2.d.ts +21 -0
- package/dist/runtime/common/Action3.d.ts +16 -0
- package/dist/runtime/common/Action4.d.ts +17 -0
- package/dist/runtime/common/GNData.d.ts +368 -0
- package/dist/runtime/config/GNServerSettings.d.ts +442 -12
- package/dist/runtime/constant/Commands.d.ts +80 -0
- package/dist/runtime/constant/EventCode.d.ts +48 -0
- package/dist/runtime/constant/OperationCode.d.ts +74 -1
- package/dist/runtime/constant/ReturnCode.d.ts +72 -0
- package/dist/runtime/constant/enumType/ExecuteResponseStatus.d.ts +31 -0
- package/dist/runtime/constant/enumType/FriendStatus.d.ts +39 -0
- package/dist/runtime/constant/enumType/GoogleLoginType.d.ts +23 -0
- package/dist/runtime/constant/enumType/GroupStatus.d.ts +32 -0
- package/dist/runtime/constant/enumType/InvalidMemberType.d.ts +75 -0
- package/dist/runtime/constant/enumType/ItemType.d.ts +23 -0
- package/dist/runtime/constant/enumType/MatchStatus.d.ts +30 -0
- package/dist/runtime/constant/enumType/MatchmakingMemberStatus.d.ts +24 -0
- package/dist/runtime/constant/enumType/MatchmakingTicketStatus.d.ts +34 -0
- package/dist/runtime/constant/enumType/OwnerType.d.ts +40 -0
- package/dist/runtime/constant/enumType/PermissionDataItem.d.ts +22 -0
- package/dist/runtime/constant/enumType/PushPlatformType.d.ts +18 -0
- package/dist/runtime/constant/enumType/RequestRole.d.ts +32 -0
- package/dist/runtime/constant/enumType/RequestType.d.ts +70 -0
- package/dist/runtime/constant/enumType/StoreItemType.d.ts +21 -0
- package/dist/runtime/constant/enumType/StoreReceiveType.d.ts +30 -0
- package/dist/runtime/constant/errorCode/ErrorCode.d.ts +190 -8
- package/dist/runtime/constant/parameterCode/ParameterCode.d.ts +35 -5
- package/dist/runtime/entity/DataMember.d.ts +338 -0
- package/dist/runtime/entity/GNMetadata.d.ts +101 -0
- package/dist/runtime/entity/InvalidMember.d.ts +28 -0
- package/dist/runtime/entity/OperationEvent.d.ts +49 -0
- package/dist/runtime/entity/OperationRequest.d.ts +108 -0
- package/dist/runtime/entity/OperationResponse.d.ts +110 -0
- package/dist/runtime/entity/models/AuthenticateModels.d.ts +115 -0
- package/dist/runtime/entity/models/AuthenticateRequestModels.d.ts +131 -0
- package/dist/runtime/entity/models/AuthenticateResponseModels.d.ts +131 -0
- package/dist/runtime/entity/models/CharacterPlayerModels.d.ts +625 -1
- package/dist/runtime/entity/models/CharacterPlayerRequestModels.d.ts +972 -0
- package/dist/runtime/entity/models/CharacterPlayerResponseModels.d.ts +332 -0
- package/dist/runtime/entity/models/CloudScriptModels.d.ts +109 -0
- package/dist/runtime/entity/models/CloudScriptRequestModels.d.ts +107 -0
- package/dist/runtime/entity/models/CloudScriptResponseModels.d.ts +46 -0
- package/dist/runtime/entity/models/ContentModels.d.ts +124 -0
- package/dist/runtime/entity/models/ContentRequestModels.d.ts +152 -0
- package/dist/runtime/entity/models/ContentResponseModels.d.ts +58 -0
- package/dist/runtime/entity/models/DashboardModels.d.ts +371 -8
- package/dist/runtime/entity/models/DashboardRequestModels.d.ts +172 -0
- package/dist/runtime/entity/models/DashboardResponseModels.d.ts +170 -0
- package/dist/runtime/entity/models/GamePlayerModels.d.ts +644 -1
- package/dist/runtime/entity/models/GamePlayerRequestModels.d.ts +959 -0
- package/dist/runtime/entity/models/GamePlayerResponseModels.d.ts +333 -1
- package/dist/runtime/entity/models/GenericModels.d.ts +94 -0
- package/dist/runtime/entity/models/GroupModels.d.ts +484 -2
- package/dist/runtime/entity/models/GroupRequestModels.d.ts +737 -0
- package/dist/runtime/entity/models/GroupResponseModels.d.ts +254 -0
- package/dist/runtime/entity/models/InventoryModels.d.ts +415 -0
- package/dist/runtime/entity/models/InventoryRequestModels.d.ts +629 -0
- package/dist/runtime/entity/models/InventoryResponseModels.d.ts +218 -0
- package/dist/runtime/entity/models/MasterPlayerModels.d.ts +1065 -3
- package/dist/runtime/entity/models/MasterPlayerRequestModels.d.ts +1560 -6
- package/dist/runtime/entity/models/MasterPlayerResponseModels.d.ts +532 -1
- package/dist/runtime/entity/models/MultiplayerModels.d.ts +199 -0
- package/dist/runtime/entity/models/MultiplayerRequestModels.d.ts +196 -0
- package/dist/runtime/entity/models/MultiplayerResponseModels.d.ts +74 -0
- package/dist/runtime/entity/models/StoreInventoryModels.d.ts +262 -0
- package/dist/runtime/entity/models/StoreInventoryRequestModels.d.ts +268 -0
- package/dist/runtime/entity/models/StoreInventoryResponseModels.d.ts +98 -0
- package/dist/runtime/entity/request/CustomOperationRequest.d.ts +99 -0
- package/dist/runtime/entity/response/CustomOperationResponse.d.ts +118 -0
- package/dist/runtime/entity/response/GetAuthInfoResponse.d.ts +53 -0
- package/dist/runtime/entity/response/HealthCheckResponse.d.ts +56 -0
- package/dist/runtime/entity/response/UploadFileResponse.d.ts +19 -0
- package/dist/runtime/helper/CodeHelper.d.ts +122 -0
- package/dist/runtime/helper/ConverterService.d.ts +74 -0
- package/dist/runtime/helper/EnumUtility.d.ts +63 -0
- package/dist/runtime/helper/GNSupport.d.ts +64 -4
- package/dist/runtime/helper/GNUtils.d.ts +54 -0
- package/dist/runtime/helper/MessagePackConverterService.d.ts +48 -0
- package/dist/runtime/helper/OperationHelper.d.ts +51 -0
- package/dist/runtime/helper/StorageService.d.ts +48 -8
- package/dist/runtime/logger/GNDebug.d.ts +117 -0
- package/dist/runtime/networking/AuthenticateStatus.d.ts +64 -0
- package/dist/runtime/networking/IPeer.d.ts +83 -0
- package/dist/runtime/networking/NetworkingPeer.d.ts +256 -1
- package/dist/runtime/networking/OperationPending.d.ts +112 -0
- package/dist/runtime/networking/PeerBase.d.ts +231 -0
- package/dist/runtime/networking/handler/IServerEventHandler.d.ts +84 -0
- package/dist/runtime/networking/handler/OnCharacterPlayerFriendUpdateEventHandler.d.ts +69 -0
- package/dist/runtime/networking/handler/OnCharacterPlayerGroupUpdateEventHandler.d.ts +49 -0
- package/dist/runtime/networking/handler/OnGamePlayerFriendUpdateEventHandler.d.ts +50 -0
- package/dist/runtime/networking/handler/OnGamePlayerGroupUpdateEventHandler.d.ts +41 -0
- package/dist/runtime/networking/handler/OnGroupMemberUpdateEventHandler.d.ts +47 -0
- package/dist/runtime/networking/handler/OnGroupMessageUpdateEventHandler.d.ts +46 -0
- package/dist/runtime/networking/http/HttpPeer.d.ts +173 -0
- package/dist/runtime/networking/http/NetworkingHttpPeerBase.d.ts +87 -0
- package/dist/runtime/networking/http/NetworkingPeerAxiosRequest.d.ts +113 -0
- package/dist/runtime/networking/socket/NetworkingPeerSocketIOClient.d.ts +145 -0
- package/dist/runtime/networking/socket/NetworkingSocketPeerBase.d.ts +198 -0
- package/dist/runtime/networking/socket/SocketPeer.d.ts +155 -0
- package/dist/runtime/typescript/ServiceUpdate.d.ts +46 -0
- package/docs/AI_CHEATSHEET.md +211 -0
- package/docs/COOKBOOK.md +912 -0
- package/docs/RULES.md +307 -0
- package/docs/ai-manifest.json +725 -0
- package/docs/guides/AUTHENTICATE.md +246 -0
- package/docs/guides/CHARACTER_PLAYER.md +439 -0
- package/docs/guides/CLOUDSCRIPT.md +335 -0
- package/docs/guides/COCOS_CREATOR_INTEGRATION.md +150 -0
- package/docs/guides/CONTENT.md +291 -0
- package/docs/guides/DASHBOARD.md +262 -0
- package/docs/guides/GAME_PLAYER.md +473 -0
- package/docs/guides/GROUP.md +412 -0
- package/docs/guides/INVENTORY.md +375 -0
- package/docs/guides/MASTER_PLAYER.md +458 -0
- package/docs/guides/MULTIPLAYER.md +303 -0
- package/docs/guides/STORE_INVENTORY.md +313 -0
- package/docs/llms-full.txt +43 -0
- package/docs/reference/API_AUTHENTICATE.md +75 -0
- package/docs/reference/API_CHARACTER_PLAYER.md +226 -0
- package/docs/reference/API_CLOUDSCRIPT.md +82 -0
- package/docs/reference/API_CONTENT.md +88 -0
- package/docs/reference/API_DASHBOARD.md +82 -0
- package/docs/reference/API_GAME_PLAYER.md +223 -0
- package/docs/reference/API_GROUP.md +187 -0
- package/docs/reference/API_INDEX.md +57 -0
- package/docs/reference/API_INVENTORY.md +169 -0
- package/docs/reference/API_MASTER_PLAYER.md +323 -0
- package/docs/reference/API_MULTIPLAYER.md +97 -0
- package/docs/reference/API_STORE_INVENTORY.md +109 -0
- package/docs/reference/CONFIG.md +107 -0
- package/docs/reference/DTO_INDEX.md +2543 -0
- package/docs/reference/ENUMS.md +433 -0
- package/docs/reference/ERROR_HANDLING.md +159 -0
- package/docs/reference/EVENTS.md +188 -0
- package/docs/reference/PERMISSION_RULES.md +55 -0
- package/docs/reference/dto/AUTHENTICATE.md +619 -0
- package/docs/reference/dto/CHARACTER_PLAYER.md +3686 -0
- package/docs/reference/dto/CLOUDSCRIPT.md +400 -0
- package/docs/reference/dto/CONTENT.md +548 -0
- package/docs/reference/dto/DASHBOARD.md +1980 -0
- package/docs/reference/dto/GAME_PLAYER.md +3631 -0
- package/docs/reference/dto/GENERIC.md +151 -0
- package/docs/reference/dto/GROUP.md +2842 -0
- package/docs/reference/dto/INVENTORY.md +2385 -0
- package/docs/reference/dto/MASTER_PLAYER.md +6024 -0
- package/docs/reference/dto/MULTIPLAYER.md +850 -0
- package/docs/reference/dto/STORE_INVENTORY.md +1262 -0
- package/llms.txt +47 -0
- package/package.json +12 -3
- package/GNServerSettings.debug.json +0 -21
- package/docs/COCOS_CREATOR_INTEGRATION.md +0 -116
- package/examples/cocos-creator/GearNExample.ts.txt +0 -176
- package/srcSwift/Package.swift +0 -32
- package/srcSwift/Sources/GearN/runtime/GNNetwork.swift +0 -530
- package/srcSwift/Sources/GearN/runtime/GNNetworkAuthenticateApi.swift +0 -178
- package/srcSwift/Sources/GearN/runtime/GNNetworkCharacterPlayerApi.swift +0 -1162
- package/srcSwift/Sources/GearN/runtime/GNNetworkCloudScriptApi.swift +0 -154
- package/srcSwift/Sources/GearN/runtime/GNNetworkContentApi.swift +0 -208
- package/srcSwift/Sources/GearN/runtime/GNNetworkDashboardApi.swift +0 -240
- package/srcSwift/Sources/GearN/runtime/GNNetworkGamePlayerApi.swift +0 -1369
- package/srcSwift/Sources/GearN/runtime/GNNetworkGroupApi.swift +0 -1100
- package/srcSwift/Sources/GearN/runtime/GNNetworkInventoryApi.swift +0 -937
- package/srcSwift/Sources/GearN/runtime/GNNetworkMasterPlayerApi.swift +0 -2323
- package/srcSwift/Sources/GearN/runtime/GNNetworkMultiplayerApi.swift +0 -298
- package/srcSwift/Sources/GearN/runtime/GNNetworkStoreInventoryApi.swift +0 -397
- package/srcSwift/Sources/GearN/runtime/common/Action0.swift +0 -3
- package/srcSwift/Sources/GearN/runtime/common/Action1.swift +0 -3
- package/srcSwift/Sources/GearN/runtime/common/Action2.swift +0 -3
- package/srcSwift/Sources/GearN/runtime/common/Action3.swift +0 -3
- package/srcSwift/Sources/GearN/runtime/common/Action4.swift +0 -3
- package/srcSwift/Sources/GearN/runtime/common/GNArray.swift +0 -204
- package/srcSwift/Sources/GearN/runtime/common/GNData.swift +0 -108
- package/srcSwift/Sources/GearN/runtime/common/GNHashtable.swift +0 -200
- package/srcSwift/Sources/GearN/runtime/config/GNServerSettings.swift +0 -95
- package/srcSwift/Sources/GearN/runtime/constant/Commands.swift +0 -28
- package/srcSwift/Sources/GearN/runtime/constant/EventCode.swift +0 -10
- package/srcSwift/Sources/GearN/runtime/constant/OperationCode.swift +0 -252
- package/srcSwift/Sources/GearN/runtime/constant/ReturnCode.swift +0 -19
- package/srcSwift/Sources/GearN/runtime/constant/enumType/ExecuteResponseStatus.swift +0 -9
- package/srcSwift/Sources/GearN/runtime/constant/enumType/FriendStatus.swift +0 -8
- package/srcSwift/Sources/GearN/runtime/constant/enumType/GoogleLoginType.swift +0 -6
- package/srcSwift/Sources/GearN/runtime/constant/enumType/GroupStatus.swift +0 -8
- package/srcSwift/Sources/GearN/runtime/constant/enumType/InvalidMemberType.swift +0 -19
- package/srcSwift/Sources/GearN/runtime/constant/enumType/ItemType.swift +0 -6
- package/srcSwift/Sources/GearN/runtime/constant/enumType/MatchmakingMemberStatus.swift +0 -7
- package/srcSwift/Sources/GearN/runtime/constant/enumType/MatchmakingTicketStatus.swift +0 -9
- package/srcSwift/Sources/GearN/runtime/constant/enumType/OwnerType.swift +0 -10
- package/srcSwift/Sources/GearN/runtime/constant/enumType/PermissionDataItem.swift +0 -6
- package/srcSwift/Sources/GearN/runtime/constant/enumType/PushPlatformType.swift +0 -6
- package/srcSwift/Sources/GearN/runtime/constant/enumType/RequestRole.swift +0 -7
- package/srcSwift/Sources/GearN/runtime/constant/enumType/RequestType.swift +0 -16
- package/srcSwift/Sources/GearN/runtime/constant/enumType/StoreItemType.swift +0 -6
- package/srcSwift/Sources/GearN/runtime/constant/enumType/StoreReceiveType.swift +0 -9
- package/srcSwift/Sources/GearN/runtime/constant/errorCode/ErrorCode.swift +0 -58
- package/srcSwift/Sources/GearN/runtime/constant/parameterCode/ParameterCode.swift +0 -672
- package/srcSwift/Sources/GearN/runtime/entity/DataMember.swift +0 -196
- package/srcSwift/Sources/GearN/runtime/entity/GNMetadata.swift +0 -9
- package/srcSwift/Sources/GearN/runtime/entity/InvalidMember.swift +0 -11
- package/srcSwift/Sources/GearN/runtime/entity/OperationEvent.swift +0 -38
- package/srcSwift/Sources/GearN/runtime/entity/OperationHelper.swift +0 -28
- package/srcSwift/Sources/GearN/runtime/entity/OperationRequest.swift +0 -62
- package/srcSwift/Sources/GearN/runtime/entity/OperationResponse.swift +0 -98
- package/srcSwift/Sources/GearN/runtime/entity/models/AuthenticateModels.swift +0 -351
- package/srcSwift/Sources/GearN/runtime/entity/models/AuthenticateRequestModels.swift +0 -81
- package/srcSwift/Sources/GearN/runtime/entity/models/AuthenticateResponseModels.swift +0 -108
- package/srcSwift/Sources/GearN/runtime/entity/models/CharacterPlayerModels.swift +0 -1045
- package/srcSwift/Sources/GearN/runtime/entity/models/CharacterPlayerRequestModels.swift +0 -821
- package/srcSwift/Sources/GearN/runtime/entity/models/CharacterPlayerResponseModels.swift +0 -588
- package/srcSwift/Sources/GearN/runtime/entity/models/CloudScriptModels.swift +0 -187
- package/srcSwift/Sources/GearN/runtime/entity/models/CloudScriptRequestModels.swift +0 -84
- package/srcSwift/Sources/GearN/runtime/entity/models/CloudScriptResponseModels.swift +0 -59
- package/srcSwift/Sources/GearN/runtime/entity/models/ContentModels.swift +0 -195
- package/srcSwift/Sources/GearN/runtime/entity/models/ContentRequestModels.swift +0 -116
- package/srcSwift/Sources/GearN/runtime/entity/models/ContentResponseModels.swift +0 -81
- package/srcSwift/Sources/GearN/runtime/entity/models/DashboardModels.swift +0 -426
- package/srcSwift/Sources/GearN/runtime/entity/models/DashboardRequestModels.swift +0 -160
- package/srcSwift/Sources/GearN/runtime/entity/models/DashboardResponseModels.swift +0 -82
- package/srcSwift/Sources/GearN/runtime/entity/models/GamePlayerModels.swift +0 -1334
- package/srcSwift/Sources/GearN/runtime/entity/models/GamePlayerRequestModels.swift +0 -643
- package/srcSwift/Sources/GearN/runtime/entity/models/GamePlayerResponseModels.swift +0 -213
- package/srcSwift/Sources/GearN/runtime/entity/models/GenericModels.swift +0 -171
- package/srcSwift/Sources/GearN/runtime/entity/models/GroupModels.swift +0 -850
- package/srcSwift/Sources/GearN/runtime/entity/models/GroupRequestModels.swift +0 -485
- package/srcSwift/Sources/GearN/runtime/entity/models/GroupResponseModels.swift +0 -165
- package/srcSwift/Sources/GearN/runtime/entity/models/InventoryModels.swift +0 -679
- package/srcSwift/Sources/GearN/runtime/entity/models/InventoryRequestModels.swift +0 -413
- package/srcSwift/Sources/GearN/runtime/entity/models/InventoryResponseModels.swift +0 -141
- package/srcSwift/Sources/GearN/runtime/entity/models/MasterPlayerModels.swift +0 -378
- package/srcSwift/Sources/GearN/runtime/entity/models/MasterPlayerRequestModels.swift +0 -147
- package/srcSwift/Sources/GearN/runtime/entity/models/MasterPlayerResponseModels.swift +0 -318
- package/srcSwift/Sources/GearN/runtime/entity/models/MultiplayerModels.swift +0 -319
- package/srcSwift/Sources/GearN/runtime/entity/models/MultiplayerRequestModels.swift +0 -125
- package/srcSwift/Sources/GearN/runtime/entity/models/MultiplayerResponseModels.swift +0 -45
- package/srcSwift/Sources/GearN/runtime/entity/models/StoreInventoryModels.swift +0 -633
- package/srcSwift/Sources/GearN/runtime/entity/models/StoreInventoryRequestModels.swift +0 -173
- package/srcSwift/Sources/GearN/runtime/entity/models/StoreInventoryResponseModels.swift +0 -61
- package/srcSwift/Sources/GearN/runtime/entity/request/CustomOperationRequest.swift +0 -42
- package/srcSwift/Sources/GearN/runtime/entity/response/CustomOperationResponse.swift +0 -49
- package/srcSwift/Sources/GearN/runtime/entity/response/GetAuthInfoResponse.swift +0 -43
- package/srcSwift/Sources/GearN/runtime/entity/response/HealthCheckResponse.swift +0 -86
- package/srcSwift/Sources/GearN/runtime/entity/response/UploadFileResponse.swift +0 -15
- package/srcSwift/Sources/GearN/runtime/helper/CodeHelper.swift +0 -107
- package/srcSwift/Sources/GearN/runtime/helper/ConverterService.swift +0 -98
- package/srcSwift/Sources/GearN/runtime/helper/EnumUtility.swift +0 -34
- package/srcSwift/Sources/GearN/runtime/helper/GNSupport.swift +0 -41
- package/srcSwift/Sources/GearN/runtime/helper/GNUtils.swift +0 -66
- package/srcSwift/Sources/GearN/runtime/helper/MessagePackConverterService.swift +0 -21
- package/srcSwift/Sources/GearN/runtime/helper/StorageService.swift +0 -29
- package/srcSwift/Sources/GearN/runtime/logger/GNDebug.swift +0 -33
- package/srcSwift/Sources/GearN/runtime/networking/AuthenticateStatus.swift +0 -24
- package/srcSwift/Sources/GearN/runtime/networking/IPeer.swift +0 -8
- package/srcSwift/Sources/GearN/runtime/networking/NetworkingPeer.swift +0 -368
- package/srcSwift/Sources/GearN/runtime/networking/OperationPending.swift +0 -81
- package/srcSwift/Sources/GearN/runtime/networking/PeerBase.swift +0 -228
- package/srcSwift/Sources/GearN/runtime/networking/handler/IServerEventHandler.swift +0 -20
- package/srcSwift/Sources/GearN/runtime/networking/http/HttpPeer.swift +0 -226
- package/srcSwift/Sources/GearN/runtime/networking/http/HttpTypes.swift +0 -24
- package/srcSwift/Sources/GearN/runtime/networking/http/NetworkingHttpPeerBase.swift +0 -13
- package/srcSwift/Sources/GearN/runtime/networking/http/NetworkingPeerUrlSession.swift +0 -125
- package/srcSwift/Sources/GearN/runtime/networking/request/NetRequest.swift +0 -19
- package/srcSwift/Sources/GearN/runtime/networking/response/NetResponse.swift +0 -13
- package/srcSwift/Sources/GearN/runtime/networking/socket/NetworkingPeerSocketIOClient.swift +0 -244
- package/srcSwift/Sources/GearN/runtime/networking/socket/NetworkingSocketPeerBase.swift +0 -59
- package/srcSwift/Sources/GearN/runtime/networking/socket/SocketPeer.swift +0 -136
- package/tsconfig-build.cocos.json +0 -31
- package/webpack.config.cocos.mjs +0 -78
|
@@ -1,1162 +0,0 @@
|
|
|
1
|
-
import Foundation
|
|
2
|
-
|
|
3
|
-
/// CharacterPlayer API - Main client class with server and admin sub-APIs
|
|
4
|
-
public class CharacterPlayerApi {
|
|
5
|
-
public var server: ServerCharacterPlayerApi = ServerCharacterPlayerApi()
|
|
6
|
-
public var admin: AdminCharacterPlayerApi = AdminCharacterPlayerApi()
|
|
7
|
-
|
|
8
|
-
public init() {}
|
|
9
|
-
|
|
10
|
-
// MARK: - addPlayerFriend
|
|
11
|
-
public func addPlayerFriend(requestData: CharacterPlayerModels.AddPlayerFriendRequestData, onResponse: Action1<CharacterPlayerResponseModels.AddPlayerFriendOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
12
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AddPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddPlayerFriendOperationResponse.self)
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
public func addPlayerFriendAsync(requestData: CharacterPlayerModels.AddPlayerFriendRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.AddPlayerFriendOperationResponse {
|
|
16
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AddPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddPlayerFriendOperationResponse.self)
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// MARK: - addSegment
|
|
20
|
-
public func addSegment(requestData: CharacterPlayerModels.AddSegmentRequestData, onResponse: Action1<CharacterPlayerResponseModels.AddSegmentOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
21
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AddSegmentOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddSegmentOperationResponse.self)
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
public func addSegmentAsync(requestData: CharacterPlayerModels.AddSegmentRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.AddSegmentOperationResponse {
|
|
25
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AddSegmentOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddSegmentOperationResponse.self)
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// MARK: - getAvatar
|
|
29
|
-
public func getAvatar(requestData: CharacterPlayerModels.GetAvatarRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetAvatarOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
30
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetAvatarOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetAvatarOperationResponse.self)
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
public func getAvatarAsync(requestData: CharacterPlayerModels.GetAvatarRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetAvatarOperationResponse {
|
|
34
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetAvatarOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetAvatarOperationResponse.self)
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// MARK: - getCatalogId
|
|
38
|
-
public func getCatalogId(requestData: CharacterPlayerModels.GetCatalogIdRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCatalogIdOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
39
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetCatalogIdOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCatalogIdOperationResponse.self)
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
public func getCatalogIdAsync(requestData: CharacterPlayerModels.GetCatalogIdRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCatalogIdOperationResponse {
|
|
43
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetCatalogIdOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCatalogIdOperationResponse.self)
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// MARK: - getCountryCode
|
|
47
|
-
public func getCountryCode(requestData: CharacterPlayerModels.GetCountryCodeRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCountryCodeOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
48
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCountryCodeOperationResponse.self)
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
public func getCountryCodeAsync(requestData: CharacterPlayerModels.GetCountryCodeRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCountryCodeOperationResponse {
|
|
52
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCountryCodeOperationResponse.self)
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
// MARK: - getCustomData
|
|
56
|
-
public func getCustomData(requestData: CharacterPlayerModels.GetCustomDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCustomDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
57
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetCustomDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCustomDataOperationResponse.self)
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
public func getCustomDataAsync(requestData: CharacterPlayerModels.GetCustomDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCustomDataOperationResponse {
|
|
61
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetCustomDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCustomDataOperationResponse.self)
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
// MARK: - getDisplayName
|
|
65
|
-
public func getDisplayName(requestData: CharacterPlayerModels.GetDisplayNameRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetDisplayNameOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
66
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetDisplayNameOperationResponse.self)
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
public func getDisplayNameAsync(requestData: CharacterPlayerModels.GetDisplayNameRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetDisplayNameOperationResponse {
|
|
70
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetDisplayNameOperationResponse.self)
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
// MARK: - getFriendStatisticsLeaderboardAroundPlayer
|
|
74
|
-
public func getFriendStatisticsLeaderboardAroundPlayer(requestData: CharacterPlayerModels.GetFriendStatisticsLeaderboardAroundPlayerRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
75
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetFriendStatisticsLeaderboardAroundPlayerOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse.self)
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
public func getFriendStatisticsLeaderboardAroundPlayerAsync(requestData: CharacterPlayerModels.GetFriendStatisticsLeaderboardAroundPlayerRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse {
|
|
79
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetFriendStatisticsLeaderboardAroundPlayerOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse.self)
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
// MARK: - getFriendStatisticsLeaderboard
|
|
83
|
-
public func getFriendStatisticsLeaderboard(requestData: CharacterPlayerModels.GetFriendStatisticsLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
84
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetFriendStatisticsLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse.self)
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
public func getFriendStatisticsLeaderboardAsync(requestData: CharacterPlayerModels.GetFriendStatisticsLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse {
|
|
88
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetFriendStatisticsLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse.self)
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
// MARK: - getIpAddressCreate
|
|
92
|
-
public func getIpAddressCreate(requestData: CharacterPlayerModels.GetIpAddressCreateRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
93
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetIpAddressCreateOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse.self)
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
public func getIpAddressCreateAsync(requestData: CharacterPlayerModels.GetIpAddressCreateRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse {
|
|
97
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetIpAddressCreateOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse.self)
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// MARK: - getOwner
|
|
101
|
-
public func getOwner(requestData: CharacterPlayerModels.GetOwnerRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetOwnerOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
102
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetOwnerOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetOwnerOperationResponse.self)
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
public func getOwnerAsync(requestData: CharacterPlayerModels.GetOwnerRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetOwnerOperationResponse {
|
|
106
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetOwnerOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetOwnerOperationResponse.self)
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
// MARK: - getPlayerCurrency
|
|
110
|
-
public func getPlayerCurrency(requestData: CharacterPlayerModels.GetPlayerCurrencyRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
111
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetPlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse.self)
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
public func getPlayerCurrencyAsync(requestData: CharacterPlayerModels.GetPlayerCurrencyRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse {
|
|
115
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetPlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse.self)
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
// MARK: - getPlayerData
|
|
119
|
-
public func getPlayerData(requestData: CharacterPlayerModels.GetPlayerDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
120
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerDataOperationResponse.self)
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
public func getPlayerDataAsync(requestData: CharacterPlayerModels.GetPlayerDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerDataOperationResponse {
|
|
124
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerDataOperationResponse.self)
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
// MARK: - getPlayerFriend
|
|
128
|
-
public func getPlayerFriend(requestData: CharacterPlayerModels.GetPlayerFriendRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerFriendOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
129
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerFriendOperationResponse.self)
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
public func getPlayerFriendAsync(requestData: CharacterPlayerModels.GetPlayerFriendRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerFriendOperationResponse {
|
|
133
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerFriendOperationResponse.self)
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
// MARK: - getPlayerInformation
|
|
137
|
-
public func getPlayerInformation(requestData: CharacterPlayerModels.GetPlayerInformationRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerInformationOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
138
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetPlayerInformationOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerInformationOperationResponse.self)
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
public func getPlayerInformationAsync(requestData: CharacterPlayerModels.GetPlayerInformationRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerInformationOperationResponse {
|
|
142
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetPlayerInformationOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerInformationOperationResponse.self)
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
// MARK: - getPlayerInventory
|
|
146
|
-
public func getPlayerInventory(requestData: CharacterPlayerModels.GetPlayerInventoryRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerInventoryOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
147
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetPlayerInventoryOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerInventoryOperationResponse.self)
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
public func getPlayerInventoryAsync(requestData: CharacterPlayerModels.GetPlayerInventoryRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerInventoryOperationResponse {
|
|
151
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetPlayerInventoryOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerInventoryOperationResponse.self)
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
// MARK: - getPlayerStatistics
|
|
155
|
-
public func getPlayerStatistics(requestData: CharacterPlayerModels.GetPlayerStatisticsRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerStatisticsOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
156
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetPlayerStatisticsOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerStatisticsOperationResponse.self)
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
public func getPlayerStatisticsAsync(requestData: CharacterPlayerModels.GetPlayerStatisticsRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerStatisticsOperationResponse {
|
|
160
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetPlayerStatisticsOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerStatisticsOperationResponse.self)
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
// MARK: - getSegment
|
|
164
|
-
public func getSegment(requestData: CharacterPlayerModels.GetSegmentRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetSegmentOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
165
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetSegmentOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetSegmentOperationResponse.self)
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
public func getSegmentAsync(requestData: CharacterPlayerModels.GetSegmentRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetSegmentOperationResponse {
|
|
169
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetSegmentOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetSegmentOperationResponse.self)
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
// MARK: - getStatisticsLeaderboardAroundPlayer
|
|
173
|
-
public func getStatisticsLeaderboardAroundPlayer(requestData: CharacterPlayerModels.GetStatisticsLeaderboardAroundPlayerRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetStatisticsLeaderboardAroundPlayerOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
174
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetStatisticsLeaderboardAroundPlayerOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLeaderboardAroundPlayerOperationResponse.self)
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
public func getStatisticsLeaderboardAroundPlayerAsync(requestData: CharacterPlayerModels.GetStatisticsLeaderboardAroundPlayerRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetStatisticsLeaderboardAroundPlayerOperationResponse {
|
|
178
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetStatisticsLeaderboardAroundPlayerOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLeaderboardAroundPlayerOperationResponse.self)
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
// MARK: - getStatisticsLeaderboard
|
|
182
|
-
public func getStatisticsLeaderboard(requestData: CharacterPlayerModels.GetStatisticsLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetStatisticsLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
183
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetStatisticsLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLeaderboardOperationResponse.self)
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
public func getStatisticsLeaderboardAsync(requestData: CharacterPlayerModels.GetStatisticsLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetStatisticsLeaderboardOperationResponse {
|
|
187
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetStatisticsLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLeaderboardOperationResponse.self)
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
// MARK: - getTag
|
|
191
|
-
public func getTag(requestData: CharacterPlayerModels.GetTagRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetTagOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
192
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetTagOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetTagOperationResponse.self)
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
public func getTagAsync(requestData: CharacterPlayerModels.GetTagRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetTagOperationResponse {
|
|
196
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetTagOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetTagOperationResponse.self)
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
// MARK: - getTsCreate
|
|
200
|
-
public func getTsCreate(requestData: CharacterPlayerModels.GetTsCreateRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetTsCreateOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
201
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetTsCreateOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetTsCreateOperationResponse.self)
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
public func getTsCreateAsync(requestData: CharacterPlayerModels.GetTsCreateRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetTsCreateOperationResponse {
|
|
205
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetTsCreateOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetTsCreateOperationResponse.self)
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
// MARK: - createPlayerItem
|
|
209
|
-
public func createPlayerItem(requestData: CharacterPlayerModels.CreatePlayerItemRequestData, onResponse: Action1<CharacterPlayerResponseModels.CreatePlayerItemOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
210
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.CreatePlayerItemOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.CreatePlayerItemOperationResponse.self)
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
public func createPlayerItemAsync(requestData: CharacterPlayerModels.CreatePlayerItemRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.CreatePlayerItemOperationResponse {
|
|
214
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.CreatePlayerItemOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.CreatePlayerItemOperationResponse.self)
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
// MARK: - removePlayerFriend
|
|
218
|
-
public func removePlayerFriend(requestData: CharacterPlayerModels.RemovePlayerFriendRequestData, onResponse: Action1<CharacterPlayerResponseModels.RemovePlayerFriendOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
219
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.RemovePlayerFriendOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemovePlayerFriendOperationResponse.self)
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
public func removePlayerFriendAsync(requestData: CharacterPlayerModels.RemovePlayerFriendRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.RemovePlayerFriendOperationResponse {
|
|
223
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.RemovePlayerFriendOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemovePlayerFriendOperationResponse.self)
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
// MARK: - removePlayerItem
|
|
227
|
-
public func removePlayerItem(requestData: CharacterPlayerModels.RemovePlayerItemRequestData, onResponse: Action1<CharacterPlayerResponseModels.RemovePlayerItemOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
228
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.RemovePlayerItemOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemovePlayerItemOperationResponse.self)
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
public func removePlayerItemAsync(requestData: CharacterPlayerModels.RemovePlayerItemRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.RemovePlayerItemOperationResponse {
|
|
232
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.RemovePlayerItemOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemovePlayerItemOperationResponse.self)
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
// MARK: - removeSegment
|
|
236
|
-
public func removeSegment(requestData: CharacterPlayerModels.RemoveSegmentRequestData, onResponse: Action1<CharacterPlayerResponseModels.RemoveSegmentOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
237
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.RemoveSegmentOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveSegmentOperationResponse.self)
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
public func removeSegmentAsync(requestData: CharacterPlayerModels.RemoveSegmentRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.RemoveSegmentOperationResponse {
|
|
241
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.RemoveSegmentOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveSegmentOperationResponse.self)
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
// MARK: - removeTag
|
|
245
|
-
public func removeTag(requestData: CharacterPlayerModels.RemoveTagRequestData, onResponse: Action1<CharacterPlayerResponseModels.RemoveTagOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
246
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.RemoveTagOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveTagOperationResponse.self)
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
public func removeTagAsync(requestData: CharacterPlayerModels.RemoveTagRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.RemoveTagOperationResponse {
|
|
250
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.RemoveTagOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveTagOperationResponse.self)
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
// MARK: - setAvatar
|
|
254
|
-
public func setAvatar(requestData: CharacterPlayerModels.SetAvatarRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetAvatarOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
255
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.SetAvatarOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetAvatarOperationResponse.self)
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
public func setAvatarAsync(requestData: CharacterPlayerModels.SetAvatarRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetAvatarOperationResponse {
|
|
259
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.SetAvatarOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetAvatarOperationResponse.self)
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
// MARK: - setCountryCode
|
|
263
|
-
public func setCountryCode(requestData: CharacterPlayerModels.SetCountryCodeRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetCountryCodeOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
264
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.SetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCountryCodeOperationResponse.self)
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
public func setCountryCodeAsync(requestData: CharacterPlayerModels.SetCountryCodeRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetCountryCodeOperationResponse {
|
|
268
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.SetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCountryCodeOperationResponse.self)
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
// MARK: - setCustomData
|
|
272
|
-
public func setCustomData(requestData: CharacterPlayerModels.SetCustomDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetCustomDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
273
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.SetCustomDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCustomDataOperationResponse.self)
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
public func setCustomDataAsync(requestData: CharacterPlayerModels.SetCustomDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetCustomDataOperationResponse {
|
|
277
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.SetCustomDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCustomDataOperationResponse.self)
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
// MARK: - setDisplayName
|
|
281
|
-
public func setDisplayName(requestData: CharacterPlayerModels.SetDisplayNameRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetDisplayNameOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
282
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.SetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetDisplayNameOperationResponse.self)
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
public func setDisplayNameAsync(requestData: CharacterPlayerModels.SetDisplayNameRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetDisplayNameOperationResponse {
|
|
286
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.SetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetDisplayNameOperationResponse.self)
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
// MARK: - changePlayerCurrency
|
|
290
|
-
public func changePlayerCurrency(requestData: CharacterPlayerModels.ChangePlayerCurrencyRequestData, onResponse: Action1<CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
291
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ChangePlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse.self)
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
public func changePlayerCurrencyAsync(requestData: CharacterPlayerModels.ChangePlayerCurrencyRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse {
|
|
295
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ChangePlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse.self)
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
// MARK: - setPlayerData
|
|
299
|
-
public func setPlayerData(requestData: CharacterPlayerModels.SetPlayerDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetPlayerDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
300
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.SetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetPlayerDataOperationResponse.self)
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
public func setPlayerDataAsync(requestData: CharacterPlayerModels.SetPlayerDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetPlayerDataOperationResponse {
|
|
304
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.SetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetPlayerDataOperationResponse.self)
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
// MARK: - changePlayerStatistics
|
|
308
|
-
public func changePlayerStatistics(requestData: CharacterPlayerModels.ChangePlayerStatisticsRequestData, onResponse: Action1<CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
309
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ChangePlayerStatisticsOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse.self)
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
public func changePlayerStatisticsAsync(requestData: CharacterPlayerModels.ChangePlayerStatisticsRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse {
|
|
313
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ChangePlayerStatisticsOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse.self)
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
// MARK: - setTag
|
|
317
|
-
public func setTag(requestData: CharacterPlayerModels.SetTagRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetTagOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
318
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.SetTagOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetTagOperationResponse.self)
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
public func setTagAsync(requestData: CharacterPlayerModels.SetTagRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetTagOperationResponse {
|
|
322
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.SetTagOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetTagOperationResponse.self)
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
// MARK: - getCurrencyLeaderboard
|
|
326
|
-
public func getCurrencyLeaderboard(requestData: CharacterPlayerModels.GetCurrencyLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
327
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetCurrencyLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse.self)
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
public func getCurrencyLeaderboardAsync(requestData: CharacterPlayerModels.GetCurrencyLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse {
|
|
331
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetCurrencyLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse.self)
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
// MARK: - getStatisticsLog
|
|
335
|
-
public func getStatisticsLog(requestData: CharacterPlayerModels.GetStatisticsLogRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetStatisticsLogOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
336
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetStatisticsLogOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLogOperationResponse.self)
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
public func getStatisticsLogAsync(requestData: CharacterPlayerModels.GetStatisticsLogRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetStatisticsLogOperationResponse {
|
|
340
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetStatisticsLogOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLogOperationResponse.self)
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
// MARK: - getCurrencyLog
|
|
344
|
-
public func getCurrencyLog(requestData: CharacterPlayerModels.GetCurrencyLogRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCurrencyLogOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
345
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.GetCurrencyLogOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLogOperationResponse.self)
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
public func getCurrencyLogAsync(requestData: CharacterPlayerModels.GetCurrencyLogRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCurrencyLogOperationResponse {
|
|
349
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.GetCurrencyLogOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLogOperationResponse.self)
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
// MARK: - ServerCharacterPlayerApi
|
|
354
|
-
public class ServerCharacterPlayerApi {
|
|
355
|
-
public init() {}
|
|
356
|
-
|
|
357
|
-
// MARK: - addPlayerFriend
|
|
358
|
-
public func addPlayerFriend(requestData: CharacterPlayerModels.ServerAddPlayerFriendRequestData, onResponse: Action1<CharacterPlayerResponseModels.AddPlayerFriendOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
359
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerAddPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddPlayerFriendOperationResponse.self)
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
public func addPlayerFriendAsync(requestData: CharacterPlayerModels.ServerAddPlayerFriendRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.AddPlayerFriendOperationResponse {
|
|
363
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerAddPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddPlayerFriendOperationResponse.self)
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
// MARK: - addSegment
|
|
367
|
-
public func addSegment(requestData: CharacterPlayerModels.ServerAddSegmentRequestData, onResponse: Action1<CharacterPlayerResponseModels.AddSegmentOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
368
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerAddSegmentOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddSegmentOperationResponse.self)
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
public func addSegmentAsync(requestData: CharacterPlayerModels.ServerAddSegmentRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.AddSegmentOperationResponse {
|
|
372
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerAddSegmentOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddSegmentOperationResponse.self)
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
// MARK: - getAvatar
|
|
376
|
-
public func getAvatar(requestData: CharacterPlayerModels.ServerGetAvatarRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetAvatarOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
377
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetAvatarOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetAvatarOperationResponse.self)
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
public func getAvatarAsync(requestData: CharacterPlayerModels.ServerGetAvatarRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetAvatarOperationResponse {
|
|
381
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetAvatarOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetAvatarOperationResponse.self)
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
// MARK: - getCatalogId
|
|
385
|
-
public func getCatalogId(requestData: CharacterPlayerModels.ServerGetCatalogIdRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCatalogIdOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
386
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetCatalogIdOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCatalogIdOperationResponse.self)
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
public func getCatalogIdAsync(requestData: CharacterPlayerModels.ServerGetCatalogIdRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCatalogIdOperationResponse {
|
|
390
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetCatalogIdOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCatalogIdOperationResponse.self)
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
// MARK: - getCountryCode
|
|
394
|
-
public func getCountryCode(requestData: CharacterPlayerModels.ServerGetCountryCodeRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCountryCodeOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
395
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCountryCodeOperationResponse.self)
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
public func getCountryCodeAsync(requestData: CharacterPlayerModels.ServerGetCountryCodeRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCountryCodeOperationResponse {
|
|
399
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCountryCodeOperationResponse.self)
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
// MARK: - getCustomData
|
|
403
|
-
public func getCustomData(requestData: CharacterPlayerModels.ServerGetCustomDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCustomDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
404
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetCustomDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCustomDataOperationResponse.self)
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
public func getCustomDataAsync(requestData: CharacterPlayerModels.ServerGetCustomDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCustomDataOperationResponse {
|
|
408
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetCustomDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCustomDataOperationResponse.self)
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
// MARK: - getDisplayName
|
|
412
|
-
public func getDisplayName(requestData: CharacterPlayerModels.ServerGetDisplayNameRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetDisplayNameOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
413
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetDisplayNameOperationResponse.self)
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
public func getDisplayNameAsync(requestData: CharacterPlayerModels.ServerGetDisplayNameRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetDisplayNameOperationResponse {
|
|
417
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetDisplayNameOperationResponse.self)
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
// MARK: - getFriendStatisticsLeaderboardAroundPlayer
|
|
421
|
-
public func getFriendStatisticsLeaderboardAroundPlayer(requestData: CharacterPlayerModels.ServerGetFriendStatisticsLeaderboardAroundPlayerRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
422
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetFriendStatisticsLeaderboardAroundPlayerOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse.self)
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
public func getFriendStatisticsLeaderboardAroundPlayerAsync(requestData: CharacterPlayerModels.ServerGetFriendStatisticsLeaderboardAroundPlayerRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse {
|
|
426
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetFriendStatisticsLeaderboardAroundPlayerOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse.self)
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
// MARK: - getFriendStatisticsLeaderboard
|
|
430
|
-
public func getFriendStatisticsLeaderboard(requestData: CharacterPlayerModels.ServerGetFriendStatisticsLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
431
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetFriendStatisticsLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse.self)
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
public func getFriendStatisticsLeaderboardAsync(requestData: CharacterPlayerModels.ServerGetFriendStatisticsLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse {
|
|
435
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetFriendStatisticsLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse.self)
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
// MARK: - getIpAddressCreate
|
|
439
|
-
public func getIpAddressCreate(requestData: CharacterPlayerModels.ServerGetIpAddressCreateRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
440
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetIpAddressCreateOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse.self)
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
public func getIpAddressCreateAsync(requestData: CharacterPlayerModels.ServerGetIpAddressCreateRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse {
|
|
444
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetIpAddressCreateOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse.self)
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
// MARK: - getOwner
|
|
448
|
-
public func getOwner(requestData: CharacterPlayerModels.ServerGetOwnerRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetOwnerOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
449
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetOwnerOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetOwnerOperationResponse.self)
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
public func getOwnerAsync(requestData: CharacterPlayerModels.ServerGetOwnerRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetOwnerOperationResponse {
|
|
453
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetOwnerOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetOwnerOperationResponse.self)
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
// MARK: - getPlayerBan
|
|
457
|
-
public func getPlayerBan(requestData: CharacterPlayerModels.ServerGetPlayerBanRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerBanOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
458
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetPlayerBanOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerBanOperationResponse.self)
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
public func getPlayerBanAsync(requestData: CharacterPlayerModels.ServerGetPlayerBanRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerBanOperationResponse {
|
|
462
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetPlayerBanOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerBanOperationResponse.self)
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
// MARK: - getPlayerCurrency
|
|
466
|
-
public func getPlayerCurrency(requestData: CharacterPlayerModels.ServerGetPlayerCurrencyRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
467
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetPlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse.self)
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
public func getPlayerCurrencyAsync(requestData: CharacterPlayerModels.ServerGetPlayerCurrencyRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse {
|
|
471
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetPlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse.self)
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
// MARK: - getPlayerData
|
|
475
|
-
public func getPlayerData(requestData: CharacterPlayerModels.ServerGetPlayerDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
476
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerDataOperationResponse.self)
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
public func getPlayerDataAsync(requestData: CharacterPlayerModels.ServerGetPlayerDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerDataOperationResponse {
|
|
480
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerDataOperationResponse.self)
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
// MARK: - getPlayerFriend
|
|
484
|
-
public func getPlayerFriend(requestData: CharacterPlayerModels.ServerGetPlayerFriendRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerFriendOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
485
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerFriendOperationResponse.self)
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
public func getPlayerFriendAsync(requestData: CharacterPlayerModels.ServerGetPlayerFriendRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerFriendOperationResponse {
|
|
489
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerFriendOperationResponse.self)
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
// MARK: - getPlayerGroup
|
|
493
|
-
public func getPlayerGroup(requestData: CharacterPlayerModels.ServerGetPlayerGroupRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerGroupOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
494
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetPlayerGroupOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerGroupOperationResponse.self)
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
public func getPlayerGroupAsync(requestData: CharacterPlayerModels.ServerGetPlayerGroupRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerGroupOperationResponse {
|
|
498
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetPlayerGroupOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerGroupOperationResponse.self)
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
// MARK: - createGroup
|
|
502
|
-
public func createGroup(requestData: CharacterPlayerModels.ServerCreateGroupRequestData, onResponse: Action1<CharacterPlayerResponseModels.CreateGroupOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
503
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerCreateGroupOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.CreateGroupOperationResponse.self)
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
public func createGroupAsync(requestData: CharacterPlayerModels.ServerCreateGroupRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.CreateGroupOperationResponse {
|
|
507
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerCreateGroupOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.CreateGroupOperationResponse.self)
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
// MARK: - createPlayerItem
|
|
511
|
-
public func createPlayerItem(requestData: CharacterPlayerModels.ServerCreatePlayerItemRequestData, onResponse: Action1<CharacterPlayerResponseModels.CreatePlayerItemOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
512
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerCreatePlayerItemOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.CreatePlayerItemOperationResponse.self)
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
public func createPlayerItemAsync(requestData: CharacterPlayerModels.ServerCreatePlayerItemRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.CreatePlayerItemOperationResponse {
|
|
516
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerCreatePlayerItemOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.CreatePlayerItemOperationResponse.self)
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
// MARK: - joinGroup
|
|
520
|
-
public func joinGroup(requestData: CharacterPlayerModels.ServerJoinGroupRequestData, onResponse: Action1<CharacterPlayerResponseModels.JoinGroupOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
521
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerJoinGroupOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.JoinGroupOperationResponse.self)
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
public func joinGroupAsync(requestData: CharacterPlayerModels.ServerJoinGroupRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.JoinGroupOperationResponse {
|
|
525
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerJoinGroupOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.JoinGroupOperationResponse.self)
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
// MARK: - removePlayerItem
|
|
529
|
-
public func removePlayerItem(requestData: CharacterPlayerModels.ServerRemovePlayerItemRequestData, onResponse: Action1<CharacterPlayerResponseModels.RemovePlayerItemOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
530
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerRemovePlayerItemOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemovePlayerItemOperationResponse.self)
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
public func removePlayerItemAsync(requestData: CharacterPlayerModels.ServerRemovePlayerItemRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.RemovePlayerItemOperationResponse {
|
|
534
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerRemovePlayerItemOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemovePlayerItemOperationResponse.self)
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
// MARK: - removeSegment
|
|
538
|
-
public func removeSegment(requestData: CharacterPlayerModels.ServerRemoveSegmentRequestData, onResponse: Action1<CharacterPlayerResponseModels.RemoveSegmentOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
539
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerRemoveSegmentOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveSegmentOperationResponse.self)
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
public func removeSegmentAsync(requestData: CharacterPlayerModels.ServerRemoveSegmentRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.RemoveSegmentOperationResponse {
|
|
543
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerRemoveSegmentOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveSegmentOperationResponse.self)
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
// MARK: - removeTag
|
|
547
|
-
public func removeTag(requestData: CharacterPlayerModels.ServerRemoveTagRequestData, onResponse: Action1<CharacterPlayerResponseModels.RemoveTagOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
548
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerRemoveTagOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveTagOperationResponse.self)
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
public func removeTagAsync(requestData: CharacterPlayerModels.ServerRemoveTagRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.RemoveTagOperationResponse {
|
|
552
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerRemoveTagOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveTagOperationResponse.self)
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
// MARK: - setAvatar
|
|
556
|
-
public func setAvatar(requestData: CharacterPlayerModels.ServerSetAvatarRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetAvatarOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
557
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerSetAvatarOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetAvatarOperationResponse.self)
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
public func setAvatarAsync(requestData: CharacterPlayerModels.ServerSetAvatarRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetAvatarOperationResponse {
|
|
561
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerSetAvatarOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetAvatarOperationResponse.self)
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
// MARK: - setCountryCode
|
|
565
|
-
public func setCountryCode(requestData: CharacterPlayerModels.ServerSetCountryCodeRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetCountryCodeOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
566
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerSetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCountryCodeOperationResponse.self)
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
public func setCountryCodeAsync(requestData: CharacterPlayerModels.ServerSetCountryCodeRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetCountryCodeOperationResponse {
|
|
570
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerSetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCountryCodeOperationResponse.self)
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
// MARK: - setCustomData
|
|
574
|
-
public func setCustomData(requestData: CharacterPlayerModels.ServerSetCustomDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetCustomDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
575
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerSetCustomDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCustomDataOperationResponse.self)
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
public func setCustomDataAsync(requestData: CharacterPlayerModels.ServerSetCustomDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetCustomDataOperationResponse {
|
|
579
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerSetCustomDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCustomDataOperationResponse.self)
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
// MARK: - setDisplayName
|
|
583
|
-
public func setDisplayName(requestData: CharacterPlayerModels.ServerSetDisplayNameRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetDisplayNameOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
584
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerSetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetDisplayNameOperationResponse.self)
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
public func setDisplayNameAsync(requestData: CharacterPlayerModels.ServerSetDisplayNameRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetDisplayNameOperationResponse {
|
|
588
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerSetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetDisplayNameOperationResponse.self)
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
// MARK: - setOwner
|
|
592
|
-
public func setOwner(requestData: CharacterPlayerModels.ServerSetOwnerRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetOwnerOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
593
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerSetOwnerOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetOwnerOperationResponse.self)
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
public func setOwnerAsync(requestData: CharacterPlayerModels.ServerSetOwnerRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetOwnerOperationResponse {
|
|
597
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerSetOwnerOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetOwnerOperationResponse.self)
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
// MARK: - setPlayerBan
|
|
601
|
-
public func setPlayerBan(requestData: CharacterPlayerModels.ServerSetPlayerBanRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetPlayerBanOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
602
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerSetPlayerBanOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetPlayerBanOperationResponse.self)
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
public func setPlayerBanAsync(requestData: CharacterPlayerModels.ServerSetPlayerBanRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetPlayerBanOperationResponse {
|
|
606
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerSetPlayerBanOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetPlayerBanOperationResponse.self)
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
// MARK: - changePlayerCurrency
|
|
610
|
-
public func changePlayerCurrency(requestData: CharacterPlayerModels.ServerChangePlayerCurrencyRequestData, onResponse: Action1<CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
611
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerChangePlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse.self)
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
public func changePlayerCurrencyAsync(requestData: CharacterPlayerModels.ServerChangePlayerCurrencyRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse {
|
|
615
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerChangePlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse.self)
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
// MARK: - setPlayerData
|
|
619
|
-
public func setPlayerData(requestData: CharacterPlayerModels.ServerSetPlayerDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetPlayerDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
620
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerSetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetPlayerDataOperationResponse.self)
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
public func setPlayerDataAsync(requestData: CharacterPlayerModels.ServerSetPlayerDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetPlayerDataOperationResponse {
|
|
624
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerSetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetPlayerDataOperationResponse.self)
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
// MARK: - changePlayerStatistics
|
|
628
|
-
public func changePlayerStatistics(requestData: CharacterPlayerModels.ServerChangePlayerStatisticsRequestData, onResponse: Action1<CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
629
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerChangePlayerStatisticsOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse.self)
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
public func changePlayerStatisticsAsync(requestData: CharacterPlayerModels.ServerChangePlayerStatisticsRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse {
|
|
633
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerChangePlayerStatisticsOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse.self)
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
// MARK: - setRemoveStatus
|
|
637
|
-
public func setRemoveStatus(requestData: CharacterPlayerModels.ServerSetRemoveStatusRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetRemoveStatusOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
638
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerSetRemoveStatusOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetRemoveStatusOperationResponse.self)
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
public func setRemoveStatusAsync(requestData: CharacterPlayerModels.ServerSetRemoveStatusRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetRemoveStatusOperationResponse {
|
|
642
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerSetRemoveStatusOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetRemoveStatusOperationResponse.self)
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
// MARK: - setTag
|
|
646
|
-
public func setTag(requestData: CharacterPlayerModels.ServerSetTagRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetTagOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
647
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerSetTagOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetTagOperationResponse.self)
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
public func setTagAsync(requestData: CharacterPlayerModels.ServerSetTagRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetTagOperationResponse {
|
|
651
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerSetTagOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetTagOperationResponse.self)
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
// MARK: - getCurrencyLeaderboard
|
|
655
|
-
public func getCurrencyLeaderboard(requestData: CharacterPlayerModels.ServerGetCurrencyLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
656
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetCurrencyLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse.self)
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
public func getCurrencyLeaderboardAsync(requestData: CharacterPlayerModels.ServerGetCurrencyLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse {
|
|
660
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetCurrencyLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse.self)
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
// MARK: - getCreateLeaderboard
|
|
664
|
-
public func getCreateLeaderboard(requestData: CharacterPlayerModels.ServerGetCreateLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCreateLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
665
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetCreateLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCreateLeaderboardOperationResponse.self)
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
public func getCreateLeaderboardAsync(requestData: CharacterPlayerModels.ServerGetCreateLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCreateLeaderboardOperationResponse {
|
|
669
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetCreateLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCreateLeaderboardOperationResponse.self)
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
// MARK: - getLastLoginLeaderboard
|
|
673
|
-
public func getLastLoginLeaderboard(requestData: CharacterPlayerModels.ServerGetLastLoginLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetLastLoginLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
674
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetLastLoginLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetLastLoginLeaderboardOperationResponse.self)
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
public func getLastLoginLeaderboardAsync(requestData: CharacterPlayerModels.ServerGetLastLoginLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetLastLoginLeaderboardOperationResponse {
|
|
678
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetLastLoginLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetLastLoginLeaderboardOperationResponse.self)
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
// MARK: - getStatisticsLog
|
|
682
|
-
public func getStatisticsLog(requestData: CharacterPlayerModels.ServerGetStatisticsLogRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetStatisticsLogOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
683
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetStatisticsLogOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLogOperationResponse.self)
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
public func getStatisticsLogAsync(requestData: CharacterPlayerModels.ServerGetStatisticsLogRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetStatisticsLogOperationResponse {
|
|
687
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetStatisticsLogOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLogOperationResponse.self)
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
// MARK: - getCurrencyLog
|
|
691
|
-
public func getCurrencyLog(requestData: CharacterPlayerModels.ServerGetCurrencyLogRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCurrencyLogOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
692
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.ServerGetCurrencyLogOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLogOperationResponse.self)
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
public func getCurrencyLogAsync(requestData: CharacterPlayerModels.ServerGetCurrencyLogRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCurrencyLogOperationResponse {
|
|
696
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.ServerGetCurrencyLogOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLogOperationResponse.self)
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
// MARK: - AdminCharacterPlayerApi
|
|
701
|
-
public class AdminCharacterPlayerApi {
|
|
702
|
-
public init() {}
|
|
703
|
-
|
|
704
|
-
// MARK: - addPlayerFriend
|
|
705
|
-
public func addPlayerFriend(requestData: CharacterPlayerModels.AdminAddPlayerFriendRequestData, onResponse: Action1<CharacterPlayerResponseModels.AddPlayerFriendOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
706
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminAddPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddPlayerFriendOperationResponse.self)
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
public func addPlayerFriendAsync(requestData: CharacterPlayerModels.AdminAddPlayerFriendRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.AddPlayerFriendOperationResponse {
|
|
710
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminAddPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddPlayerFriendOperationResponse.self)
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
// MARK: - addSegment
|
|
714
|
-
public func addSegment(requestData: CharacterPlayerModels.AdminAddSegmentRequestData, onResponse: Action1<CharacterPlayerResponseModels.AddSegmentOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
715
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminAddSegmentOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddSegmentOperationResponse.self)
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
public func addSegmentAsync(requestData: CharacterPlayerModels.AdminAddSegmentRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.AddSegmentOperationResponse {
|
|
719
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminAddSegmentOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.AddSegmentOperationResponse.self)
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
// MARK: - getAvatar
|
|
723
|
-
public func getAvatar(requestData: CharacterPlayerModels.AdminGetAvatarRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetAvatarOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
724
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetAvatarOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetAvatarOperationResponse.self)
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
public func getAvatarAsync(requestData: CharacterPlayerModels.AdminGetAvatarRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetAvatarOperationResponse {
|
|
728
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetAvatarOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetAvatarOperationResponse.self)
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
// MARK: - getCatalogId
|
|
732
|
-
public func getCatalogId(requestData: CharacterPlayerModels.AdminGetCatalogIdRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCatalogIdOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
733
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetCatalogIdOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCatalogIdOperationResponse.self)
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
public func getCatalogIdAsync(requestData: CharacterPlayerModels.AdminGetCatalogIdRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCatalogIdOperationResponse {
|
|
737
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetCatalogIdOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCatalogIdOperationResponse.self)
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
// MARK: - getCountryCode
|
|
741
|
-
public func getCountryCode(requestData: CharacterPlayerModels.AdminGetCountryCodeRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCountryCodeOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
742
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCountryCodeOperationResponse.self)
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
public func getCountryCodeAsync(requestData: CharacterPlayerModels.AdminGetCountryCodeRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCountryCodeOperationResponse {
|
|
746
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCountryCodeOperationResponse.self)
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
// MARK: - getCustomData
|
|
750
|
-
public func getCustomData(requestData: CharacterPlayerModels.AdminGetCustomDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCustomDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
751
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetCustomDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCustomDataOperationResponse.self)
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
public func getCustomDataAsync(requestData: CharacterPlayerModels.AdminGetCustomDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCustomDataOperationResponse {
|
|
755
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetCustomDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCustomDataOperationResponse.self)
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
// MARK: - getDisplayName
|
|
759
|
-
public func getDisplayName(requestData: CharacterPlayerModels.AdminGetDisplayNameRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetDisplayNameOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
760
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetDisplayNameOperationResponse.self)
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
public func getDisplayNameAsync(requestData: CharacterPlayerModels.AdminGetDisplayNameRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetDisplayNameOperationResponse {
|
|
764
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetDisplayNameOperationResponse.self)
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
// MARK: - getFriendStatisticsLeaderboardAroundPlayer
|
|
768
|
-
public func getFriendStatisticsLeaderboardAroundPlayer(requestData: CharacterPlayerModels.AdminGetFriendStatisticsLeaderboardAroundPlayerRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
769
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetFriendStatisticsLeaderboardAroundPlayerOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse.self)
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
public func getFriendStatisticsLeaderboardAroundPlayerAsync(requestData: CharacterPlayerModels.AdminGetFriendStatisticsLeaderboardAroundPlayerRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse {
|
|
773
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetFriendStatisticsLeaderboardAroundPlayerOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse.self)
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
// MARK: - getFriendStatisticsLeaderboard
|
|
777
|
-
public func getFriendStatisticsLeaderboard(requestData: CharacterPlayerModels.AdminGetFriendStatisticsLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
778
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetFriendStatisticsLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse.self)
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
public func getFriendStatisticsLeaderboardAsync(requestData: CharacterPlayerModels.AdminGetFriendStatisticsLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse {
|
|
782
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetFriendStatisticsLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse.self)
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
// MARK: - getIpAddressCreate
|
|
786
|
-
public func getIpAddressCreate(requestData: CharacterPlayerModels.AdminGetIpAddressCreateRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
787
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetIpAddressCreateOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse.self)
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
public func getIpAddressCreateAsync(requestData: CharacterPlayerModels.AdminGetIpAddressCreateRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse {
|
|
791
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetIpAddressCreateOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetIpAddressCreateOperationResponse.self)
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
// MARK: - getOwner
|
|
795
|
-
public func getOwner(requestData: CharacterPlayerModels.AdminGetOwnerRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetOwnerOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
796
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetOwnerOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetOwnerOperationResponse.self)
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
public func getOwnerAsync(requestData: CharacterPlayerModels.AdminGetOwnerRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetOwnerOperationResponse {
|
|
800
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetOwnerOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetOwnerOperationResponse.self)
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
// MARK: - getPlayerBan
|
|
804
|
-
public func getPlayerBan(requestData: CharacterPlayerModels.AdminGetPlayerBanRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerBanOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
805
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayerBanOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerBanOperationResponse.self)
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
public func getPlayerBanAsync(requestData: CharacterPlayerModels.AdminGetPlayerBanRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerBanOperationResponse {
|
|
809
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayerBanOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerBanOperationResponse.self)
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
// MARK: - getPlayerCurrency
|
|
813
|
-
public func getPlayerCurrency(requestData: CharacterPlayerModels.AdminGetPlayerCurrencyRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
814
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse.self)
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
public func getPlayerCurrencyAsync(requestData: CharacterPlayerModels.AdminGetPlayerCurrencyRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse {
|
|
818
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerCurrencyOperationResponse.self)
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
// MARK: - getPlayerData
|
|
822
|
-
public func getPlayerData(requestData: CharacterPlayerModels.AdminGetPlayerDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
823
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerDataOperationResponse.self)
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
public func getPlayerDataAsync(requestData: CharacterPlayerModels.AdminGetPlayerDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerDataOperationResponse {
|
|
827
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerDataOperationResponse.self)
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
// MARK: - getPlayerFriend
|
|
831
|
-
public func getPlayerFriend(requestData: CharacterPlayerModels.AdminGetPlayerFriendRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerFriendOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
832
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerFriendOperationResponse.self)
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
public func getPlayerFriendAsync(requestData: CharacterPlayerModels.AdminGetPlayerFriendRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerFriendOperationResponse {
|
|
836
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayerFriendOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerFriendOperationResponse.self)
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
// MARK: - getPlayerGroup
|
|
840
|
-
public func getPlayerGroup(requestData: CharacterPlayerModels.AdminGetPlayerGroupRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerGroupOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
841
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayerGroupOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerGroupOperationResponse.self)
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
public func getPlayerGroupAsync(requestData: CharacterPlayerModels.AdminGetPlayerGroupRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerGroupOperationResponse {
|
|
845
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayerGroupOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerGroupOperationResponse.self)
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
// MARK: - getPlayerInformation
|
|
849
|
-
public func getPlayerInformation(requestData: CharacterPlayerModels.AdminGetPlayerInformationRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerInformationOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
850
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayerInformationOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerInformationOperationResponse.self)
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
public func getPlayerInformationAsync(requestData: CharacterPlayerModels.AdminGetPlayerInformationRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerInformationOperationResponse {
|
|
854
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayerInformationOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerInformationOperationResponse.self)
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
// MARK: - getPlayerInventory
|
|
858
|
-
public func getPlayerInventory(requestData: CharacterPlayerModels.AdminGetPlayerInventoryRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerInventoryOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
859
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayerInventoryOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerInventoryOperationResponse.self)
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
public func getPlayerInventoryAsync(requestData: CharacterPlayerModels.AdminGetPlayerInventoryRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerInventoryOperationResponse {
|
|
863
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayerInventoryOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerInventoryOperationResponse.self)
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
// MARK: - getPlayerStatistics
|
|
867
|
-
public func getPlayerStatistics(requestData: CharacterPlayerModels.AdminGetPlayerStatisticsRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayerStatisticsOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
868
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayerStatisticsOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerStatisticsOperationResponse.self)
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
public func getPlayerStatisticsAsync(requestData: CharacterPlayerModels.AdminGetPlayerStatisticsRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayerStatisticsOperationResponse {
|
|
872
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayerStatisticsOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayerStatisticsOperationResponse.self)
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
// MARK: - getPlayersWithDisplayName
|
|
876
|
-
public func getPlayersWithDisplayName(requestData: CharacterPlayerModels.AdminGetPlayersWithDisplayNameRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayersWithDisplayNameOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
877
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayersWithDisplayNameOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayersWithDisplayNameOperationResponse.self)
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
public func getPlayersWithDisplayNameAsync(requestData: CharacterPlayerModels.AdminGetPlayersWithDisplayNameRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayersWithDisplayNameOperationResponse {
|
|
881
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayersWithDisplayNameOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayersWithDisplayNameOperationResponse.self)
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
// MARK: - getPlayersWithSegment
|
|
885
|
-
public func getPlayersWithSegment(requestData: CharacterPlayerModels.AdminGetPlayersWithSegmentRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayersWithSegmentOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
886
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayersWithSegmentOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayersWithSegmentOperationResponse.self)
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
public func getPlayersWithSegmentAsync(requestData: CharacterPlayerModels.AdminGetPlayersWithSegmentRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayersWithSegmentOperationResponse {
|
|
890
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayersWithSegmentOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayersWithSegmentOperationResponse.self)
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
// MARK: - getPlayersWithTag
|
|
894
|
-
public func getPlayersWithTag(requestData: CharacterPlayerModels.AdminGetPlayersWithTagRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetPlayersWithTagOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
895
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetPlayersWithTagOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayersWithTagOperationResponse.self)
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
public func getPlayersWithTagAsync(requestData: CharacterPlayerModels.AdminGetPlayersWithTagRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetPlayersWithTagOperationResponse {
|
|
899
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetPlayersWithTagOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetPlayersWithTagOperationResponse.self)
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
// MARK: - getRemoveStatus
|
|
903
|
-
public func getRemoveStatus(requestData: CharacterPlayerModels.AdminGetRemoveStatusRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetRemoveStatusOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
904
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetRemoveStatusOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetRemoveStatusOperationResponse.self)
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
public func getRemoveStatusAsync(requestData: CharacterPlayerModels.AdminGetRemoveStatusRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetRemoveStatusOperationResponse {
|
|
908
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetRemoveStatusOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetRemoveStatusOperationResponse.self)
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
// MARK: - getSegment
|
|
912
|
-
public func getSegment(requestData: CharacterPlayerModels.AdminGetSegmentRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetSegmentOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
913
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetSegmentOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetSegmentOperationResponse.self)
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
public func getSegmentAsync(requestData: CharacterPlayerModels.AdminGetSegmentRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetSegmentOperationResponse {
|
|
917
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetSegmentOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetSegmentOperationResponse.self)
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
// MARK: - getStatisticsLeaderboardAroundPlayer
|
|
921
|
-
public func getStatisticsLeaderboardAroundPlayer(requestData: CharacterPlayerModels.AdminGetStatisticsLeaderboardAroundPlayerRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetStatisticsLeaderboardAroundPlayerOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
922
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetStatisticsLeaderboardAroundPlayerOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLeaderboardAroundPlayerOperationResponse.self)
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
public func getStatisticsLeaderboardAroundPlayerAsync(requestData: CharacterPlayerModels.AdminGetStatisticsLeaderboardAroundPlayerRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetStatisticsLeaderboardAroundPlayerOperationResponse {
|
|
926
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetStatisticsLeaderboardAroundPlayerOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLeaderboardAroundPlayerOperationResponse.self)
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
// MARK: - getStatisticsLeaderboard
|
|
930
|
-
public func getStatisticsLeaderboard(requestData: CharacterPlayerModels.AdminGetStatisticsLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetStatisticsLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
931
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetStatisticsLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLeaderboardOperationResponse.self)
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
public func getStatisticsLeaderboardAsync(requestData: CharacterPlayerModels.AdminGetStatisticsLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetStatisticsLeaderboardOperationResponse {
|
|
935
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetStatisticsLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLeaderboardOperationResponse.self)
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
// MARK: - getTag
|
|
939
|
-
public func getTag(requestData: CharacterPlayerModels.AdminGetTagRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetTagOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
940
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetTagOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetTagOperationResponse.self)
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
public func getTagAsync(requestData: CharacterPlayerModels.AdminGetTagRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetTagOperationResponse {
|
|
944
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetTagOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetTagOperationResponse.self)
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
// MARK: - getTsCreate
|
|
948
|
-
public func getTsCreate(requestData: CharacterPlayerModels.AdminGetTsCreateRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetTsCreateOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
949
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetTsCreateOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetTsCreateOperationResponse.self)
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
public func getTsCreateAsync(requestData: CharacterPlayerModels.AdminGetTsCreateRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetTsCreateOperationResponse {
|
|
953
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetTsCreateOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetTsCreateOperationResponse.self)
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
// MARK: - getTsLastLogin
|
|
957
|
-
public func getTsLastLogin(requestData: CharacterPlayerModels.AdminGetTsLastLoginRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetTsLastLoginOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
958
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetTsLastLoginOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetTsLastLoginOperationResponse.self)
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
public func getTsLastLoginAsync(requestData: CharacterPlayerModels.AdminGetTsLastLoginRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetTsLastLoginOperationResponse {
|
|
962
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetTsLastLoginOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetTsLastLoginOperationResponse.self)
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
// MARK: - createGroup
|
|
966
|
-
public func createGroup(requestData: CharacterPlayerModels.AdminCreateGroupRequestData, onResponse: Action1<CharacterPlayerResponseModels.CreateGroupOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
967
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminCreateGroupOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.CreateGroupOperationResponse.self)
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
public func createGroupAsync(requestData: CharacterPlayerModels.AdminCreateGroupRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.CreateGroupOperationResponse {
|
|
971
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminCreateGroupOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.CreateGroupOperationResponse.self)
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
// MARK: - createPlayerItem
|
|
975
|
-
public func createPlayerItem(requestData: CharacterPlayerModels.AdminCreatePlayerItemRequestData, onResponse: Action1<CharacterPlayerResponseModels.CreatePlayerItemOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
976
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminCreatePlayerItemOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.CreatePlayerItemOperationResponse.self)
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
public func createPlayerItemAsync(requestData: CharacterPlayerModels.AdminCreatePlayerItemRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.CreatePlayerItemOperationResponse {
|
|
980
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminCreatePlayerItemOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.CreatePlayerItemOperationResponse.self)
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
// MARK: - joinGroup
|
|
984
|
-
public func joinGroup(requestData: CharacterPlayerModels.AdminJoinGroupRequestData, onResponse: Action1<CharacterPlayerResponseModels.JoinGroupOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
985
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminJoinGroupOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.JoinGroupOperationResponse.self)
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
public func joinGroupAsync(requestData: CharacterPlayerModels.AdminJoinGroupRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.JoinGroupOperationResponse {
|
|
989
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminJoinGroupOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.JoinGroupOperationResponse.self)
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
// MARK: - removePlayerItem
|
|
993
|
-
public func removePlayerItem(requestData: CharacterPlayerModels.AdminRemovePlayerItemRequestData, onResponse: Action1<CharacterPlayerResponseModels.RemovePlayerItemOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
994
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminRemovePlayerItemOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemovePlayerItemOperationResponse.self)
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
public func removePlayerItemAsync(requestData: CharacterPlayerModels.AdminRemovePlayerItemRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.RemovePlayerItemOperationResponse {
|
|
998
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminRemovePlayerItemOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemovePlayerItemOperationResponse.self)
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
// MARK: - removeSegment
|
|
1002
|
-
public func removeSegment(requestData: CharacterPlayerModels.AdminRemoveSegmentRequestData, onResponse: Action1<CharacterPlayerResponseModels.RemoveSegmentOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1003
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminRemoveSegmentOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveSegmentOperationResponse.self)
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
public func removeSegmentAsync(requestData: CharacterPlayerModels.AdminRemoveSegmentRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.RemoveSegmentOperationResponse {
|
|
1007
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminRemoveSegmentOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveSegmentOperationResponse.self)
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
// MARK: - removeTag
|
|
1011
|
-
public func removeTag(requestData: CharacterPlayerModels.AdminRemoveTagRequestData, onResponse: Action1<CharacterPlayerResponseModels.RemoveTagOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1012
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminRemoveTagOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveTagOperationResponse.self)
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
public func removeTagAsync(requestData: CharacterPlayerModels.AdminRemoveTagRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.RemoveTagOperationResponse {
|
|
1016
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminRemoveTagOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.RemoveTagOperationResponse.self)
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
// MARK: - setAvatar
|
|
1020
|
-
public func setAvatar(requestData: CharacterPlayerModels.AdminSetAvatarRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetAvatarOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1021
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminSetAvatarOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetAvatarOperationResponse.self)
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
public func setAvatarAsync(requestData: CharacterPlayerModels.AdminSetAvatarRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetAvatarOperationResponse {
|
|
1025
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminSetAvatarOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetAvatarOperationResponse.self)
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
// MARK: - setCountryCode
|
|
1029
|
-
public func setCountryCode(requestData: CharacterPlayerModels.AdminSetCountryCodeRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetCountryCodeOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1030
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminSetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCountryCodeOperationResponse.self)
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
public func setCountryCodeAsync(requestData: CharacterPlayerModels.AdminSetCountryCodeRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetCountryCodeOperationResponse {
|
|
1034
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminSetCountryCodeOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCountryCodeOperationResponse.self)
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
// MARK: - setCustomData
|
|
1038
|
-
public func setCustomData(requestData: CharacterPlayerModels.AdminSetCustomDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetCustomDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1039
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminSetCustomDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCustomDataOperationResponse.self)
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
public func setCustomDataAsync(requestData: CharacterPlayerModels.AdminSetCustomDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetCustomDataOperationResponse {
|
|
1043
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminSetCustomDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetCustomDataOperationResponse.self)
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
// MARK: - setDisplayName
|
|
1047
|
-
public func setDisplayName(requestData: CharacterPlayerModels.AdminSetDisplayNameRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetDisplayNameOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1048
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminSetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetDisplayNameOperationResponse.self)
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
public func setDisplayNameAsync(requestData: CharacterPlayerModels.AdminSetDisplayNameRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetDisplayNameOperationResponse {
|
|
1052
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminSetDisplayNameOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetDisplayNameOperationResponse.self)
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
// MARK: - setOwner
|
|
1056
|
-
public func setOwner(requestData: CharacterPlayerModels.AdminSetOwnerRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetOwnerOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1057
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminSetOwnerOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetOwnerOperationResponse.self)
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
public func setOwnerAsync(requestData: CharacterPlayerModels.AdminSetOwnerRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetOwnerOperationResponse {
|
|
1061
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminSetOwnerOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetOwnerOperationResponse.self)
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
// MARK: - setPlayerBan
|
|
1065
|
-
public func setPlayerBan(requestData: CharacterPlayerModels.AdminSetPlayerBanRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetPlayerBanOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1066
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminSetPlayerBanOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetPlayerBanOperationResponse.self)
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
public func setPlayerBanAsync(requestData: CharacterPlayerModels.AdminSetPlayerBanRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetPlayerBanOperationResponse {
|
|
1070
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminSetPlayerBanOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetPlayerBanOperationResponse.self)
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
// MARK: - changePlayerCurrency
|
|
1074
|
-
public func changePlayerCurrency(requestData: CharacterPlayerModels.AdminChangePlayerCurrencyRequestData, onResponse: Action1<CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1075
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminChangePlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse.self)
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
public func changePlayerCurrencyAsync(requestData: CharacterPlayerModels.AdminChangePlayerCurrencyRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse {
|
|
1079
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminChangePlayerCurrencyOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerCurrencyOperationResponse.self)
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
// MARK: - setPlayerData
|
|
1083
|
-
public func setPlayerData(requestData: CharacterPlayerModels.AdminSetPlayerDataRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetPlayerDataOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1084
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminSetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetPlayerDataOperationResponse.self)
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
public func setPlayerDataAsync(requestData: CharacterPlayerModels.AdminSetPlayerDataRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetPlayerDataOperationResponse {
|
|
1088
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminSetPlayerDataOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetPlayerDataOperationResponse.self)
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
// MARK: - changePlayerStatistics
|
|
1092
|
-
public func changePlayerStatistics(requestData: CharacterPlayerModels.AdminChangePlayerStatisticsRequestData, onResponse: Action1<CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1093
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminChangePlayerStatisticsOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse.self)
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
public func changePlayerStatisticsAsync(requestData: CharacterPlayerModels.AdminChangePlayerStatisticsRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse {
|
|
1097
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminChangePlayerStatisticsOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.ChangePlayerStatisticsOperationResponse.self)
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
// MARK: - setRemoveStatus
|
|
1101
|
-
public func setRemoveStatus(requestData: CharacterPlayerModels.AdminSetRemoveStatusRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetRemoveStatusOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1102
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminSetRemoveStatusOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetRemoveStatusOperationResponse.self)
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
public func setRemoveStatusAsync(requestData: CharacterPlayerModels.AdminSetRemoveStatusRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetRemoveStatusOperationResponse {
|
|
1106
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminSetRemoveStatusOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetRemoveStatusOperationResponse.self)
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
// MARK: - setTag
|
|
1110
|
-
public func setTag(requestData: CharacterPlayerModels.AdminSetTagRequestData, onResponse: Action1<CharacterPlayerResponseModels.SetTagOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1111
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminSetTagOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetTagOperationResponse.self)
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
public func setTagAsync(requestData: CharacterPlayerModels.AdminSetTagRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.SetTagOperationResponse {
|
|
1115
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminSetTagOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.SetTagOperationResponse.self)
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
// MARK: - getCurrencyLeaderboard
|
|
1119
|
-
public func getCurrencyLeaderboard(requestData: CharacterPlayerModels.AdminGetCurrencyLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1120
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetCurrencyLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse.self)
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
public func getCurrencyLeaderboardAsync(requestData: CharacterPlayerModels.AdminGetCurrencyLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse {
|
|
1124
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetCurrencyLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse.self)
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
// MARK: - getCreateLeaderboard
|
|
1128
|
-
public func getCreateLeaderboard(requestData: CharacterPlayerModels.AdminGetCreateLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCreateLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1129
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetCreateLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCreateLeaderboardOperationResponse.self)
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
public func getCreateLeaderboardAsync(requestData: CharacterPlayerModels.AdminGetCreateLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCreateLeaderboardOperationResponse {
|
|
1133
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetCreateLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCreateLeaderboardOperationResponse.self)
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
// MARK: - getLastLoginLeaderboard
|
|
1137
|
-
public func getLastLoginLeaderboard(requestData: CharacterPlayerModels.AdminGetLastLoginLeaderboardRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetLastLoginLeaderboardOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1138
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetLastLoginLeaderboardOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetLastLoginLeaderboardOperationResponse.self)
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
public func getLastLoginLeaderboardAsync(requestData: CharacterPlayerModels.AdminGetLastLoginLeaderboardRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetLastLoginLeaderboardOperationResponse {
|
|
1142
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetLastLoginLeaderboardOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetLastLoginLeaderboardOperationResponse.self)
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
// MARK: - getStatisticsLog
|
|
1146
|
-
public func getStatisticsLog(requestData: CharacterPlayerModels.AdminGetStatisticsLogRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetStatisticsLogOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1147
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetStatisticsLogOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLogOperationResponse.self)
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
public func getStatisticsLogAsync(requestData: CharacterPlayerModels.AdminGetStatisticsLogRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetStatisticsLogOperationResponse {
|
|
1151
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetStatisticsLogOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetStatisticsLogOperationResponse.self)
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
// MARK: - getCurrencyLog
|
|
1155
|
-
public func getCurrencyLog(requestData: CharacterPlayerModels.AdminGetCurrencyLogRequestData, onResponse: Action1<CharacterPlayerResponseModels.GetCurrencyLogOperationResponse>? = nil, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) {
|
|
1156
|
-
GNNetwork.sendViaHttpTRequestTResponse(request: CharacterPlayerRequestModels.AdminGetCurrencyLogOperationRequest(requestData: requestData, timeout: timeout), onResponse: onResponse, overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLogOperationResponse.self)
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
public func getCurrencyLogAsync(requestData: CharacterPlayerModels.AdminGetCurrencyLogRequestData, overrideAuthToken: String? = nil, overrideSecretKey: String? = nil, customTags: GNHashtable? = nil, timeout: Int = OperationRequest.defaultTimeOut) async -> CharacterPlayerResponseModels.GetCurrencyLogOperationResponse {
|
|
1160
|
-
return await GNNetwork.sendViaHttpTRequestTResponseAsync(request: CharacterPlayerRequestModels.AdminGetCurrencyLogOperationRequest(requestData: requestData, timeout: timeout), overrideAuthToken: overrideAuthToken, overrideSecretKey: overrideSecretKey, customTags: customTags, responseType: CharacterPlayerResponseModels.GetCurrencyLogOperationResponse.self)
|
|
1161
|
-
}
|
|
1162
|
-
}
|