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: PlayFabClientSample/Assets/PlayFabSDK/Public/PlayFabClientAPI.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -656,7 +656,7 @@ public static void GetPlayFabIDsFromSteamIDs(GetPlayFabIDsFromSteamIDsRequest re
656
656
}
657
657
658
658
/// <summary>
659
-
/// Retrieves the unique PlayFab identifiers for the given set of Twitch identifiers. The Twitch identifiers are the IDs for the user accounts, available as "_id" from the Twitch API methods(ex: https://github.com/justintv/Twitch-API/blob/master/v3_resources/users.md#get-usersuser).
659
+
/// Retrieves the unique PlayFab identifiers for the given set of Twitch identifiers. The Twitch identifiers are the IDs for the user accounts, available as "_id" from the Twitch API methods(ex: https://github.com/justintv/Twitch-API/blob/master/v3_resources/users.md#get-usersuser).
Copy file name to clipboardExpand all lines: PlayFabCombinedTestingSample/Assets/PlayFabSDK/Public/PlayFabAdminModels.cs
+14-4
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ public class AddServerBuildResult : PlayFabResultCommon
115
115
publicDateTimeTimestamp{get;set;}
116
116
117
117
/// <summary>
118
-
/// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected
118
+
/// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
119
119
/// </summary>
120
120
publicstringTitleId{get;set;}
121
121
@@ -573,7 +573,7 @@ public class DeleteUsersRequest
573
573
publicList<string>PlayFabIds{get;set;}
574
574
575
575
/// <summary>
576
-
/// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected
576
+
/// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
577
577
/// </summary>
578
578
publicstringTitleId{get;set;}
579
579
}
@@ -967,7 +967,7 @@ public class GetServerBuildInfoResult : PlayFabResultCommon
967
967
publicDateTimeTimestamp{get;set;}
968
968
969
969
/// <summary>
970
-
/// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected
970
+
/// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
971
971
/// </summary>
972
972
publicstringTitleId{get;set;}
973
973
@@ -1272,6 +1272,16 @@ public class ItemGrant
1272
1272
/// Unique PlayFab assigned ID for a specific character owned by a user
1273
1273
/// </summary>
1274
1274
publicstringCharacterId{get;set;}
1275
+
1276
+
/// <summary>
1277
+
/// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.
1278
+
/// </summary>
1279
+
publicDictionary<string,string>Data{get;set;}
1280
+
1281
+
/// <summary>
1282
+
/// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.
1283
+
/// </summary>
1284
+
publicList<string>KeysToRemove{get;set;}
1275
1285
}
1276
1286
1277
1287
/// <summary>
@@ -1521,7 +1531,7 @@ public class ModifyServerBuildResult : PlayFabResultCommon
1521
1531
publicDateTimeTimestamp{get;set;}
1522
1532
1523
1533
/// <summary>
1524
-
/// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected
1534
+
/// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
Copy file name to clipboardExpand all lines: PlayFabCombinedTestingSample/Assets/PlayFabSDK/Public/PlayFabClientAPI.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -656,7 +656,7 @@ public static void GetPlayFabIDsFromSteamIDs(GetPlayFabIDsFromSteamIDsRequest re
656
656
}
657
657
658
658
/// <summary>
659
-
/// Retrieves the unique PlayFab identifiers for the given set of Twitch identifiers. The Twitch identifiers are the IDs for the user accounts, available as "_id" from the Twitch API methods(ex: https://github.com/justintv/Twitch-API/blob/master/v3_resources/users.md#get-usersuser).
659
+
/// Retrieves the unique PlayFab identifiers for the given set of Twitch identifiers. The Twitch identifiers are the IDs for the user accounts, available as "_id" from the Twitch API methods(ex: https://github.com/justintv/Twitch-API/blob/master/v3_resources/users.md#get-usersuser).
0 commit comments