@@ -128,12 +128,6 @@ PlayFab.AdminApi = {
128
128
PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/UpdateUserTitleDisplayName" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
129
129
} ,
130
130
131
- CreatePlayerStatisticDefinition : function ( request , callback ) {
132
- if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
133
-
134
- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/CreatePlayerStatisticDefinition" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
135
- } ,
136
-
137
131
DeleteUsers : function ( request , callback ) {
138
132
if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
139
133
@@ -146,18 +140,6 @@ PlayFab.AdminApi = {
146
140
PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/GetDataReport" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
147
141
} ,
148
142
149
- GetPlayerStatisticDefinitions : function ( request , callback ) {
150
- if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
151
-
152
- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/GetPlayerStatisticDefinitions" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
153
- } ,
154
-
155
- GetPlayerStatisticVersions : function ( request , callback ) {
156
- if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
157
-
158
- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/GetPlayerStatisticVersions" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
159
- } ,
160
-
161
143
GetUserData : function ( request , callback ) {
162
144
if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
163
145
@@ -194,36 +176,12 @@ PlayFab.AdminApi = {
194
176
PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/GetUserReadOnlyData" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
195
177
} ,
196
178
197
- IncrementPlayerStatisticVersion : function ( request , callback ) {
198
- if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
199
-
200
- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/IncrementPlayerStatisticVersion" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
201
- } ,
202
-
203
- RefundPurchase : function ( request , callback ) {
204
- if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
205
-
206
- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/RefundPurchase" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
207
- } ,
208
-
209
179
ResetUserStatistics : function ( request , callback ) {
210
180
if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
211
181
212
182
PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/ResetUserStatistics" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
213
183
} ,
214
184
215
- ResolvePurchaseDispute : function ( request , callback ) {
216
- if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
217
-
218
- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/ResolvePurchaseDispute" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
219
- } ,
220
-
221
- UpdatePlayerStatisticDefinition : function ( request , callback ) {
222
- if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
223
-
224
- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Admin/UpdatePlayerStatisticDefinition" , request , "X-SecretKey" , PlayFab . settings . developerSecretKey , callback ) ;
225
- } ,
226
-
227
185
UpdateUserData : function ( request , callback ) {
228
186
if ( PlayFab . settings . developerSecretKey == null ) throw "Must have PlayFab.settings.developerSecretKey set to call this method" ;
229
187
0 commit comments