Skip to content

Commit

Permalink
https://api.playfab.com/releaseNotes/#170424
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Apr 24, 2017
1 parent 75f3497 commit a3b82b1
Show file tree
Hide file tree
Showing 21 changed files with 113 additions and 111 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2740,11 +2740,11 @@ public static class LoginWithAndroidDeviceIDRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand All @@ -2768,11 +2768,11 @@ public static class LoginWithCustomIDRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -2816,11 +2816,11 @@ public static class LoginWithFacebookRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand All @@ -2844,11 +2844,11 @@ public static class LoginWithGameCenterRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand All @@ -2872,11 +2872,11 @@ public static class LoginWithGoogleAccountRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -2908,11 +2908,11 @@ public static class LoginWithIOSDeviceIDRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -2944,11 +2944,11 @@ public static class LoginWithKongregateRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;

Expand Down Expand Up @@ -2988,11 +2988,11 @@ public static class LoginWithSteamRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand All @@ -3016,11 +3016,11 @@ public static class LoginWithTwitchRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -3617,11 +3617,11 @@ public static class RegisterPlayFabUserRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -3669,11 +3669,11 @@ public static class RegisterWithWindowsHelloRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -4365,7 +4365,7 @@ public static class UpdateCharacterDataRequest {
*/
public String CharacterId;
/**
* 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.
* 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 or be null.
*/
public Map<String,String> Data;
/**
Expand Down Expand Up @@ -4421,7 +4421,7 @@ public static class UpdateSharedGroupDataRequest {
*/
public String SharedGroupId;
/**
* 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.
* 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 or be null.
*/
public Map<String,String> Data;
/**
Expand All @@ -4441,7 +4441,7 @@ public static class UpdateSharedGroupDataResult {

public static class UpdateUserDataRequest {
/**
* 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.
* 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 or be null.
*/
public Map<String,String> Data;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,10 @@ public static enum PlayFabErrorCode {
PlayerSecretAlreadyConfigured(1294),
APIRequestsDisabledForTitle(1295),
InvalidSharedSecretKey(1296),
PrizeTableHasNoRanks(1297);
PrizeTableHasNoRanks(1297),
ProfileDoesNotExist(1298),
ContentS3OriginBucketNotConfigured(1299),
InvalidEnvironmentForReceipt(1300);

public int id;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public class PlayFabSettings {
public static String SdkVersion = "0.48.170411";
public static String BuildIdentifier = "jbuild_javasdk_1";
public static String BuildIdentifier = "jbuild_javasdk_0";
public static String SdkVersionString = "JavaSDK-0.48.170411";

public static String TitleId = null; // You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website)
Expand Down
50 changes: 25 additions & 25 deletions PlayFabClientSDK/src/main/java/com/playfab/PlayFabClientModels.java
Original file line number Diff line number Diff line change
Expand Up @@ -2740,11 +2740,11 @@ public static class LoginWithAndroidDeviceIDRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand All @@ -2768,11 +2768,11 @@ public static class LoginWithCustomIDRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -2816,11 +2816,11 @@ public static class LoginWithFacebookRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand All @@ -2844,11 +2844,11 @@ public static class LoginWithGameCenterRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand All @@ -2872,11 +2872,11 @@ public static class LoginWithGoogleAccountRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -2908,11 +2908,11 @@ public static class LoginWithIOSDeviceIDRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -2944,11 +2944,11 @@ public static class LoginWithKongregateRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;

Expand Down Expand Up @@ -2988,11 +2988,11 @@ public static class LoginWithSteamRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand All @@ -3016,11 +3016,11 @@ public static class LoginWithTwitchRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -3617,11 +3617,11 @@ public static class RegisterPlayFabUserRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -3669,11 +3669,11 @@ public static class RegisterWithWindowsHelloRequest {
*/
public String TitleId;
/**
* Base64 encoded body that is encrypted with the Title's public RSA key
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
*/
public String EncryptedRequest;
/**
* Player secret that is used to verify API request signatures
* Player secret that is used to verify API request signatures (Enterprise Only).
*/
public String PlayerSecret;
/**
Expand Down Expand Up @@ -4365,7 +4365,7 @@ public static class UpdateCharacterDataRequest {
*/
public String CharacterId;
/**
* 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.
* 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 or be null.
*/
public Map<String,String> Data;
/**
Expand Down Expand Up @@ -4421,7 +4421,7 @@ public static class UpdateSharedGroupDataRequest {
*/
public String SharedGroupId;
/**
* 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.
* 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 or be null.
*/
public Map<String,String> Data;
/**
Expand All @@ -4441,7 +4441,7 @@ public static class UpdateSharedGroupDataResult {

public static class UpdateUserDataRequest {
/**
* 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.
* 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 or be null.
*/
public Map<String,String> Data;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,10 @@ public static enum PlayFabErrorCode {
PlayerSecretAlreadyConfigured(1294),
APIRequestsDisabledForTitle(1295),
InvalidSharedSecretKey(1296),
PrizeTableHasNoRanks(1297);
PrizeTableHasNoRanks(1297),
ProfileDoesNotExist(1298),
ContentS3OriginBucketNotConfigured(1299),
InvalidEnvironmentForReceipt(1300);

public int id;

Expand Down
Loading

0 comments on commit a3b82b1

Please sign in to comment.