Microsoft.Xna.Framework.GamerServices
Class GamerServicesDispatcher

java.lang.Object
  extended by Microsoft.Xna.Framework.GamerServices.GamerServicesDispatcher

public class GamerServicesDispatcher
extends java.lang.Object

Implements the Windows-specific portion of a GamerServicesDispatcher class. Reference page contains links to related code samples.

Author:
Halofreak1990

Field Summary
static Event<EventArgs> InstallingTitleUpdate
          Notifies the game when a Games for Windows - LIVE title update is being installed
 
Constructor Summary
GamerServicesDispatcher()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

InstallingTitleUpdate

public static Event<EventArgs> InstallingTitleUpdate
Notifies the game when a Games for Windows - LIVE title update is being installed

Constructor Detail

GamerServicesDispatcher

public GamerServicesDispatcher()
Method Detail

IsInitialized

public static boolean IsInitialized()

Initialize

public static void Initialize(IServiceProvider serviceProvider)
Initializes gamer services functionality for the game, automatically choosing the most appropriate gamer service type for the platform. Reference page contains links to related code samples.

Parameters:
serviceProvider - The service provider to be used when locating additional services services. For example, IGraphicsDeviceService.

Update

public static void Update()