You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AndroidStudioExample/app/src/main/java/com/playfab/PlayFabClientModels.java
+6-251Lines changed: 6 additions & 251 deletions
Original file line number
Diff line number
Diff line change
@@ -147,9 +147,14 @@ public static class AttributeInstallRequest {
147
147
*/
148
148
publicStringIdfa;
149
149
/**
150
-
* The Android Id for this Android device.
150
+
* @deprecated Please use Adid instead.
151
151
*/
152
+
@Deprecated
152
153
publicStringAndroid_Id;
154
+
/**
155
+
* The adid for this device.
156
+
*/
157
+
publicStringAdid;
153
158
154
159
}
155
160
@@ -1103,34 +1108,6 @@ public static class GetCharacterStatisticsResult {
1103
1108
1104
1109
}
1105
1110
1106
-
/**
1107
-
* @deprecated Do not use
1108
-
*/
1109
-
@Deprecated
1110
-
publicstaticclassGetCloudScriptUrlRequest {
1111
-
/**
1112
-
* Cloud Script Version to use. Defaults to 1.
1113
-
*/
1114
-
publicIntegerVersion;
1115
-
/**
1116
-
* Specifies whether the URL returned should be the one for the most recently uploaded Revision of the Cloud Script (true), or the Revision most recently set to live (false). Defaults to false.
1117
-
*/
1118
-
publicBooleanTesting;
1119
-
1120
-
}
1121
-
1122
-
/**
1123
-
* @deprecated Do not use
1124
-
*/
1125
-
@Deprecated
1126
-
publicstaticclassGetCloudScriptUrlResult {
1127
-
/**
1128
-
* URL of the Cloud Script logic server.
1129
-
*/
1130
-
publicStringUrl;
1131
-
1132
-
}
1133
-
1134
1111
publicstaticclassGetContentDownloadUrlRequest {
1135
1112
/**
1136
1113
* Key of the content item to fetch, usually formatted as a path, e.g. images/a.png
@@ -1155,42 +1132,6 @@ public static class GetContentDownloadUrlResult {
* Array of unique Steam identifiers (Steam profile IDs) for which the title needs to get PlayFab identifiers.
1723
1631
*/
@@ -2092,26 +2000,6 @@ public static class GetUserInventoryResult {
2092
2000
2093
2001
}
2094
2002
2095
-
/**
2096
-
* @deprecated Do not use
2097
-
*/
2098
-
@Deprecated
2099
-
publicstaticclassGetUserStatisticsRequest {
2100
-
2101
-
}
2102
-
2103
-
/**
2104
-
* @deprecated Do not use
2105
-
*/
2106
-
@Deprecated
2107
-
publicstaticclassGetUserStatisticsResult {
2108
-
/**
2109
-
* User statistics for the active title.
2110
-
*/
2111
-
publicMap<String,Integer> UserStatistics;
2112
-
2113
-
}
2114
-
2115
2003
publicstaticclassGooglePlayFabIdPair {
2116
2004
/**
2117
2005
* Unique Google identifier for a user.
@@ -2440,38 +2328,6 @@ public static class ListUsersCharactersResult {
2440
2328
2441
2329
}
2442
2330
2443
-
/**
2444
-
* @deprecated Do not use
2445
-
*/
2446
-
@Deprecated
2447
-
publicstaticclassLogEventRequest {
2448
-
/**
2449
-
* Optional timestamp for this event. If null, the a timestamp is auto-assigned to the event on the server.
2450
-
*/
2451
-
publicDateTimestamp;
2452
-
/**
2453
-
* A unique event name which will be used as the table name in the Redshift database. The name will be made lower case, and cannot not contain spaces. The use of underscores is recommended, for readability. Events also cannot match reserved terms. The PlayFab reserved terms are 'log_in' and 'purchase', 'create' and 'request', while the Redshift reserved terms can be found here: http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html.
2454
-
*/
2455
-
publicStringEventName;
2456
-
/**
2457
-
* Contains all the data for this event. Event Values can be strings, booleans or numerics (float, double, integer, long) and must be consistent on a per-event basis (if the Value for Key 'A' in Event 'Foo' is an integer the first time it is sent, it must be an integer in all subsequent 'Foo' events). As with event names, Keys must also not use reserved words (see above). Finally, the size of the Body for an event must be less than 32KB (UTF-8 format).
2458
-
*/
2459
-
publicMap<String,Object> Body;
2460
-
/**
2461
-
* Flag to set event Body as profile details in the Redshift database as well as a standard event.
2462
-
*/
2463
-
publicBooleanProfileSetEvent;
2464
-
2465
-
}
2466
-
2467
-
/**
2468
-
* @deprecated Do not use
2469
-
*/
2470
-
@Deprecated
2471
-
publicstaticclassLogEventResult {
2472
-
2473
-
}
2474
-
2475
2331
publicstaticclassLoginResult {
2476
2332
/**
2477
2333
* Unique token authorizing the user and game at the server level, for the current session.
@@ -2621,11 +2477,6 @@ public static class LoginWithGoogleAccountRequest {
2621
2477
* Automatically create a PlayFab account if one is not currently linked to this Google account.
2622
2478
*/
2623
2479
publicBooleanCreateAccount;
2624
-
/**
2625
-
* @deprecated Do not use
2626
-
*/
2627
-
@Deprecated
2628
-
publicStringPublisherId;
2629
2480
/**
2630
2481
* Flags for which pieces of info to return for the user.
2631
2482
*/
@@ -2791,11 +2642,6 @@ public static class MatchmakeRequest {
2791
2642
* Filter to include and/or exclude Game Server Instances associated with certain Tags
2792
2643
*/
2793
2644
publicCollectionFilterTagFilter;
2794
-
/**
2795
-
* @deprecated Do not use
2796
-
*/
2797
-
@Deprecated
2798
-
publicBooleanEnableQueue;
2799
2645
2800
2646
}
2801
2647
@@ -3146,11 +2992,6 @@ public static class RegisterPlayFabUserRequest {
3146
2992
* An optional parameter for setting the display name for this title.
3147
2993
*/
3148
2994
publicStringDisplayName;
3149
-
/**
3150
-
* @deprecated Do not use
3151
-
*/
3152
-
@Deprecated
3153
-
publicStringOrigination;
3154
2995
3155
2996
}
3156
2997
@@ -3250,62 +3091,6 @@ public static class RestoreIOSPurchasesResult {
3250
3091
3251
3092
}
3252
3093
3253
-
/**
3254
-
* @deprecated Do not use
3255
-
*/
3256
-
@Deprecated
3257
-
publicstaticclassRunCloudScriptRequest {
3258
-
/**
3259
-
* server action to trigger
3260
-
*/
3261
-
publicStringActionId;
3262
-
/**
3263
-
* parameters to pass into the action (If you use this, don't use ParamsEncoded)
3264
-
*/
3265
-
publicObjectParams;
3266
-
/**
3267
-
* json-encoded parameters to pass into the action (If you use this, don't use Params)
3268
-
*/
3269
-
publicStringParamsEncoded;
3270
-
3271
-
}
3272
-
3273
-
/**
3274
-
* @deprecated Do not use
3275
-
*/
3276
-
@Deprecated
3277
-
publicstaticclassRunCloudScriptResult {
3278
-
/**
3279
-
* id of Cloud Script run
3280
-
*/
3281
-
publicStringActionId;
3282
-
/**
3283
-
* version of Cloud Script run
3284
-
*/
3285
-
publicIntegerVersion;
3286
-
/**
3287
-
* revision of Cloud Script run
3288
-
*/
3289
-
publicIntegerRevision;
3290
-
/**
3291
-
* return values from the server action as a dynamic object
3292
-
*/
3293
-
publicObjectResults;
3294
-
/**
3295
-
* return values from the server action as a JSON encoded string
3296
-
*/
3297
-
publicStringResultsEncoded;
3298
-
/**
3299
-
* any log statements generated during the run of this action
3300
-
*/
3301
-
publicStringActionLog;
3302
-
/**
3303
-
* time this script took to run, in seconds
3304
-
*/
3305
-
publicDoubleExecutionTime;
3306
-
3307
-
}
3308
-
3309
3094
publicstaticclassScriptExecutionError {
3310
3095
/**
3311
3096
* Error code, such as CloudScriptNotFound, JavascriptException, CloudScriptFunctionArgumentSizeExceeded, CloudScriptAPIRequestCountExceeded, CloudScriptAPIRequestError, or CloudScriptHTTPRequestError
@@ -3331,11 +3116,6 @@ public static class SendAccountRecoveryEmailRequest {
3331
3116
* Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
3332
3117
*/
3333
3118
publicStringTitleId;
3334
-
/**
3335
-
* @deprecated Do not use
3336
-
*/
3337
-
@Deprecated
3338
-
publicStringPublisherId;
3339
3119
3340
3120
}
3341
3121
@@ -3524,11 +3304,6 @@ public static class StatisticValue {
3524
3304
}
3525
3305
3526
3306
publicstaticclassSteamPlayFabIdPair {
3527
-
/**
3528
-
* @deprecated Please use SteamStringId instead.
3529
-
*/
3530
-
@Deprecated
3531
-
publicLongSteamId;
3532
3307
/**
3533
3308
* Unique Steam identifier for a user.
3534
3309
*/
@@ -3976,26 +3751,6 @@ public static class UpdateUserDataResult {
3976
3751
3977
3752
}
3978
3753
3979
-
/**
3980
-
* @deprecated Do not use
3981
-
*/
3982
-
@Deprecated
3983
-
publicstaticclassUpdateUserStatisticsRequest {
3984
-
/**
3985
-
* Statistics to be updated with the provided values. UserStatistics object must follow the Key(string), Value(int) pattern.
publicstaticStringTitleId = null; // You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website)
0 commit comments