@@ -21,7 +21,7 @@ if(!PlayFab.settings) {
2121if ( ! PlayFab . _internalSettings ) {
2222 PlayFab . _internalSettings = {
2323 entityToken : null ,
24- sdkVersion : "1.23.180618 " ,
24+ sdkVersion : "1.24.180705 " ,
2525 sessionTicket : null ,
2626 productionServerUrl : ".playfabapi.com" ,
2727 errorTitleId : "Must be have PlayFab.settings.titleId set to call this method" ,
@@ -125,8 +125,8 @@ if(!PlayFab._internalSettings) {
125125 }
126126}
127127
128- PlayFab . buildIdentifier = "jbuild_javascriptsdk_1 " ;
129- PlayFab . sdkVersion = "1.23.180618 " ;
128+ PlayFab . buildIdentifier = "jbuild_javascriptsdk_0 " ;
129+ PlayFab . sdkVersion = "1.24.180705 " ;
130130PlayFab . GenerateErrorReport = function ( error ) {
131131 if ( error == null )
132132 return "" ;
@@ -196,7 +196,7 @@ PlayFab.ClientApi = {
196196 if ( callback != null && typeof ( callback ) == "function" )
197197 callback ( result , error ) ;
198198 } ;
199- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/AttributeInstall" , request , "X-Authorization" , PlayFab . _internalSettings . sessionTicket , overloadCallback ) ;
199+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/AttributeInstall" , request , "X-Authorization" , PlayFab . _internalSettings . sessionTicket , overloadCallback , customData , extraHeaders ) ;
200200 } ,
201201
202202 CancelTrade : function ( request , callback , customData , extraHeaders ) {
@@ -537,7 +537,7 @@ PlayFab.ClientApi = {
537537 if ( callback != null && typeof ( callback ) == "function" )
538538 callback ( result , error ) ;
539539 } ;
540- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithAndroidDeviceID" , request , null , null , overloadCallback ) ;
540+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithAndroidDeviceID" , request , null , null , overloadCallback , customData , extraHeaders ) ;
541541 } ,
542542
543543 LoginWithCustomID : function ( request , callback , customData , extraHeaders ) {
@@ -555,7 +555,7 @@ PlayFab.ClientApi = {
555555 if ( callback != null && typeof ( callback ) == "function" )
556556 callback ( result , error ) ;
557557 } ;
558- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithCustomID" , request , null , null , overloadCallback ) ;
558+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithCustomID" , request , null , null , overloadCallback , customData , extraHeaders ) ;
559559 } ,
560560
561561 LoginWithEmailAddress : function ( request , callback , customData , extraHeaders ) {
@@ -573,7 +573,7 @@ PlayFab.ClientApi = {
573573 if ( callback != null && typeof ( callback ) == "function" )
574574 callback ( result , error ) ;
575575 } ;
576- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithEmailAddress" , request , null , null , overloadCallback ) ;
576+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithEmailAddress" , request , null , null , overloadCallback , customData , extraHeaders ) ;
577577 } ,
578578
579579 LoginWithFacebook : function ( request , callback , customData , extraHeaders ) {
@@ -591,7 +591,7 @@ PlayFab.ClientApi = {
591591 if ( callback != null && typeof ( callback ) == "function" )
592592 callback ( result , error ) ;
593593 } ;
594- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithFacebook" , request , null , null , overloadCallback ) ;
594+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithFacebook" , request , null , null , overloadCallback , customData , extraHeaders ) ;
595595 } ,
596596
597597 LoginWithGameCenter : function ( request , callback , customData , extraHeaders ) {
@@ -609,7 +609,7 @@ PlayFab.ClientApi = {
609609 if ( callback != null && typeof ( callback ) == "function" )
610610 callback ( result , error ) ;
611611 } ;
612- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithGameCenter" , request , null , null , overloadCallback ) ;
612+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithGameCenter" , request , null , null , overloadCallback , customData , extraHeaders ) ;
613613 } ,
614614
615615 LoginWithGoogleAccount : function ( request , callback , customData , extraHeaders ) {
@@ -627,7 +627,7 @@ PlayFab.ClientApi = {
627627 if ( callback != null && typeof ( callback ) == "function" )
628628 callback ( result , error ) ;
629629 } ;
630- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithGoogleAccount" , request , null , null , overloadCallback ) ;
630+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithGoogleAccount" , request , null , null , overloadCallback , customData , extraHeaders ) ;
631631 } ,
632632
633633 LoginWithIOSDeviceID : function ( request , callback , customData , extraHeaders ) {
@@ -645,7 +645,7 @@ PlayFab.ClientApi = {
645645 if ( callback != null && typeof ( callback ) == "function" )
646646 callback ( result , error ) ;
647647 } ;
648- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithIOSDeviceID" , request , null , null , overloadCallback ) ;
648+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithIOSDeviceID" , request , null , null , overloadCallback , customData , extraHeaders ) ;
649649 } ,
650650
651651 LoginWithKongregate : function ( request , callback , customData , extraHeaders ) {
@@ -663,7 +663,7 @@ PlayFab.ClientApi = {
663663 if ( callback != null && typeof ( callback ) == "function" )
664664 callback ( result , error ) ;
665665 } ;
666- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithKongregate" , request , null , null , overloadCallback ) ;
666+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithKongregate" , request , null , null , overloadCallback , customData , extraHeaders ) ;
667667 } ,
668668
669669 LoginWithPlayFab : function ( request , callback , customData , extraHeaders ) {
@@ -681,7 +681,7 @@ PlayFab.ClientApi = {
681681 if ( callback != null && typeof ( callback ) == "function" )
682682 callback ( result , error ) ;
683683 } ;
684- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithPlayFab" , request , null , null , overloadCallback ) ;
684+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithPlayFab" , request , null , null , overloadCallback , customData , extraHeaders ) ;
685685 } ,
686686
687687 LoginWithSteam : function ( request , callback , customData , extraHeaders ) {
@@ -699,7 +699,7 @@ PlayFab.ClientApi = {
699699 if ( callback != null && typeof ( callback ) == "function" )
700700 callback ( result , error ) ;
701701 } ;
702- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithSteam" , request , null , null , overloadCallback ) ;
702+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithSteam" , request , null , null , overloadCallback , customData , extraHeaders ) ;
703703 } ,
704704
705705 LoginWithTwitch : function ( request , callback , customData , extraHeaders ) {
@@ -717,7 +717,7 @@ PlayFab.ClientApi = {
717717 if ( callback != null && typeof ( callback ) == "function" )
718718 callback ( result , error ) ;
719719 } ;
720- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithTwitch" , request , null , null , overloadCallback ) ;
720+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithTwitch" , request , null , null , overloadCallback , customData , extraHeaders ) ;
721721 } ,
722722
723723 LoginWithWindowsHello : function ( request , callback , customData , extraHeaders ) {
@@ -735,7 +735,7 @@ PlayFab.ClientApi = {
735735 if ( callback != null && typeof ( callback ) == "function" )
736736 callback ( result , error ) ;
737737 } ;
738- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithWindowsHello" , request , null , null , overloadCallback ) ;
738+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/LoginWithWindowsHello" , request , null , null , overloadCallback , customData , extraHeaders ) ;
739739 } ,
740740
741741 Matchmake : function ( request , callback , customData , extraHeaders ) {
@@ -778,7 +778,7 @@ PlayFab.ClientApi = {
778778 if ( callback != null && typeof ( callback ) == "function" )
779779 callback ( result , error ) ;
780780 } ;
781- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/RegisterPlayFabUser" , request , null , null , overloadCallback ) ;
781+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/RegisterPlayFabUser" , request , null , null , overloadCallback , customData , extraHeaders ) ;
782782 } ,
783783
784784 RegisterWithWindowsHello : function ( request , callback , customData , extraHeaders ) {
@@ -796,7 +796,7 @@ PlayFab.ClientApi = {
796796 if ( callback != null && typeof ( callback ) == "function" )
797797 callback ( result , error ) ;
798798 } ;
799- PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/RegisterWithWindowsHello" , request , null , null , overloadCallback ) ;
799+ PlayFab . _internalSettings . ExecuteRequest ( PlayFab . _internalSettings . GetServerUrl ( ) + "/Client/RegisterWithWindowsHello" , request , null , null , overloadCallback , customData , extraHeaders ) ;
800800 } ,
801801
802802 RemoveContactEmail : function ( request , callback , customData , extraHeaders ) {
0 commit comments