Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Automated pf-main build from Jenkins

* Automated pf-main build from Jenkins

* PlayFab/SDKGenerator@b216b6e

* PlayFab/SDKGenerator@9603865

* Automated pf-main build from Jenkins

* PlayFab/SDKGenerator@88cfcc2

* PlayFab/SDKGenerator@15e56d3

* Automated pf-main build from Jenkins

* Automated pf-main build from Jenkins

* Automated pf-main build from Jenkins

* Automated pf-main build from Jenkins

* Automated pf-main build from Jenkins

* Automated pf-main build from Jenkins

* Automated pf-main build from Jenkins

* PlayFab/SDKGenerator@6f6b966

* Automated build from Jenkins

* Automated build from Jenkins

* Automated pf-main build from Jenkins

* Automated pf-main build from Jenkins

* Automated pf-main build from Jenkins
  • Loading branch information
Paul Gilmore authored Aug 30, 2016
1 parent 4c1e8f4 commit 544ed46
Show file tree
Hide file tree
Showing 24 changed files with 2,095 additions and 239 deletions.
130 changes: 106 additions & 24 deletions AndroidStudioExample/app/src/main/java/com/playfab/PlayFabClientAPI.java

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,9 @@ public static enum PlayFabErrorCode {
SessionLogNotFound(1244),
InvalidSearchTerm(1245),
TwoFactorAuthenticationTokenRequired(1246),
GameServerHostCountLimitExceeded(1247);
GameServerHostCountLimitExceeded(1247),
PlayerTagCountLimitExceeded(1248),
RequestAlreadyRunning(1249);

public int id;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import com.playfab.PlayFabErrors.ErrorCallback;

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

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)
public static ErrorCallback GlobalErrorHandler;
Expand Down
130 changes: 106 additions & 24 deletions PlayFabClientSDK/src/com/playfab/PlayFabClientAPI.java

Large diffs are not rendered by default.

Loading

0 comments on commit 544ed46

Please sign in to comment.