-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#240816
- Loading branch information
Showing
49 changed files
with
8,928 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,690 changes: 1,690 additions & 0 deletions
1,690
AndroidStudioExample/app/src/main/java/com/playfab/PlayFabAddonAPI.java
Large diffs are not rendered by default.
Oops, something went wrong.
503 changes: 503 additions & 0 deletions
503
AndroidStudioExample/app/src/main/java/com/playfab/PlayFabAddonModels.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
AndroidStudioExample/app/src/main/java/com/playfab/PlayFabMatchmakerAPI.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package com.playfab; | ||
|
||
import com.playfab.internal.*; | ||
import com.playfab.PlayFabMatchmakerModels.*; | ||
import com.playfab.PlayFabErrors.*; | ||
import com.playfab.PlayFabSettings; | ||
import java.util.concurrent.*; | ||
import java.util.*; | ||
import com.google.gson.*; | ||
import com.google.gson.reflect.*; | ||
|
||
/** Enables the use of an external match-making service in conjunction with PlayFab hosted Game Server instances */ | ||
public class PlayFabMatchmakerAPI { | ||
private static Gson gson = new GsonBuilder().setDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'").create(); | ||
|
||
} |
8 changes: 8 additions & 0 deletions
8
AndroidStudioExample/app/src/main/java/com/playfab/PlayFabMatchmakerModels.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.playfab; | ||
|
||
import java.util.*; | ||
import com.playfab.PlayFabUtil.*; | ||
|
||
public class PlayFabMatchmakerModels { | ||
|
||
} |
6 changes: 3 additions & 3 deletions
6
...a/com/playfab/PlayFabLeaderboardsAPI.java → ...va/com/playfab/PlayFabProgressionAPI.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.