public class GamerServicesDispatcher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Event<EventArgs> |
InstallingTitleUpdate
Notifies the game when a Games for Windows - LIVE title update is being installed
|
Constructor and Description |
---|
GamerServicesDispatcher() |
Modifier and Type | Method and Description |
---|---|
static void |
Initialize(IServiceProvider serviceProvider)
Initializes gamer services functionality for the game, automatically choosing the most appropriate gamer service type for the platform.
|
static boolean |
IsInitialized() |
static void |
Update() |
public static boolean IsInitialized()
public static void Initialize(IServiceProvider serviceProvider)
serviceProvider
- The service provider to be used when locating additional services services. For example, IGraphicsDeviceService.public static void Update()