@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414if ( ! PlayFab . _internalSettings ) {
1515 PlayFab . _internalSettings = {
1616 entityToken : null ,
17- sdkVersion : "1.215.260512 " ,
17+ sdkVersion : "1.216.260526 " ,
1818 requestGetParams : {
19- sdk : "JavaScriptSDK-1.215.260512 "
19+ sdk : "JavaScriptSDK-1.216.260526 "
2020 } ,
2121 sessionTicket : null ,
2222 verticalName : null , // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223 }
224224}
225225
226- PlayFab . buildIdentifier = "adobuild_javascriptsdk_114 " ;
227- PlayFab . sdkVersion = "1.215.260512 " ;
226+ PlayFab . buildIdentifier = "adobuild_javascriptsdk_115 " ;
227+ PlayFab . sdkVersion = "1.216.260526 " ;
228228PlayFab . GenerateErrorReport = function ( error ) {
229229 if ( error == null )
230230 return "" ;
@@ -449,6 +449,10 @@ PlayFab.AdminApi = {
449449 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/GetSegmentExport" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
450450 } ,
451451
452+ GetSegmentPlayerCount : function ( request , callback , customData , extraHeaders ) {
453+ return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/GetSegmentPlayerCount" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
454+ } ,
455+
452456 GetSegments : function ( request , callback , customData , extraHeaders ) {
453457 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/GetSegments" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
454458 } ,
0 commit comments