Microsoft.Xna.Framework.GamerServices
Class Guide

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

public class Guide
extends java.lang.Object

Author:
Halofreak1990

Constructor Summary
Guide()
           
 
Method Summary
static IAsyncResult BeginShowKeyboardInput(PlayerIndex player, java.lang.String title, java.lang.String description, java.lang.String defaultText, AsyncCallback callback, java.lang.Object state)
           
static IAsyncResult BeginShowKeyboardInput(PlayerIndex player, java.lang.String title, java.lang.String description, java.lang.String defaultText, AsyncCallback callback, java.lang.Object state, boolean usePasswordMode)
           
static IAsyncResult BeginShowMessageBox(PlayerIndex player, java.lang.String title, java.lang.String text, IEnumerable<java.lang.String> buttons, int focusButton, MessageBoxIcon icon, AsyncCallback callback, java.lang.Object state)
           
static IAsyncResult BeginShowMessageBox(java.lang.String title, java.lang.String text, IEnumerable<java.lang.String> buttons, int focusButton, MessageBoxIcon icon, AsyncCallback callback, java.lang.Object state)
           
static void DelayNotifications(TimeSpan delay)
           
static java.lang.String EndShowKeyboardInput(IAsyncResult result)
           
static java.lang.Integer EndShowMessageBox(IAsyncResult result)
           
static boolean IsVisible()
           
static void ShowComposeMessage(PlayerIndex player, java.lang.String text, IEnumerable<Gamer> recipients)
           
static void ShowFriendRequest(PlayerIndex player, Gamer gamer)
           
static void ShowFriends(PlayerIndex player)
           
static void ShowGameInvite(PlayerIndex player, IEnumerable<Gamer> recipients)
           
static void ShowGameInvite(java.lang.String sessionId)
           
static void ShowGamerCard(PlayerIndex player, Gamer gamer)
           
static void ShowMarketplace(PlayerIndex player)
           
static void ShowMessages(PlayerIndex player)
           
static void ShowParty(PlayerIndex player)
           
static void ShowPartySessions(PlayerIndex player)
           
static void ShowPlayerReview(PlayerIndex player, Gamer gamer)
           
static void ShowPlayers(PlayerIndex player)
           
static void ShowSignIn(int paneCount, boolean onlineOnly)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Guide

public Guide()
Method Detail

IsVisible

public static boolean IsVisible()

BeginShowKeyboardInput

public static IAsyncResult BeginShowKeyboardInput(PlayerIndex player,
                                                  java.lang.String title,
                                                  java.lang.String description,
                                                  java.lang.String defaultText,
                                                  AsyncCallback callback,
                                                  java.lang.Object state)
Parameters:
player -
title -
description -
defaultText -
callback -
state -
Returns:

BeginShowKeyboardInput

public static IAsyncResult BeginShowKeyboardInput(PlayerIndex player,
                                                  java.lang.String title,
                                                  java.lang.String description,
                                                  java.lang.String defaultText,
                                                  AsyncCallback callback,
                                                  java.lang.Object state,
                                                  boolean usePasswordMode)
Parameters:
player -
title -
description -
defaultText -
callback -
state -
usePasswordMode -
Returns:

BeginShowMessageBox

public static IAsyncResult BeginShowMessageBox(java.lang.String title,
                                               java.lang.String text,
                                               IEnumerable<java.lang.String> buttons,
                                               int focusButton,
                                               MessageBoxIcon icon,
                                               AsyncCallback callback,
                                               java.lang.Object state)
Parameters:
title -
text -
buttons -
focusButton -
icon -
callback -
state -
Returns:

BeginShowMessageBox

public static IAsyncResult BeginShowMessageBox(PlayerIndex player,
                                               java.lang.String title,
                                               java.lang.String text,
                                               IEnumerable<java.lang.String> buttons,
                                               int focusButton,
                                               MessageBoxIcon icon,
                                               AsyncCallback callback,
                                               java.lang.Object state)
Parameters:
player -
title -
text -
buttons -
focusButton -
icon -
callback -
state -
Returns:

DelayNotifications

public static void DelayNotifications(TimeSpan delay)
Parameters:
delay -

EndShowKeyboardInput

public static java.lang.String EndShowKeyboardInput(IAsyncResult result)
Parameters:
result -
Returns:

EndShowMessageBox

public static java.lang.Integer EndShowMessageBox(IAsyncResult result)
Parameters:
result -
Returns:

ShowComposeMessage

public static void ShowComposeMessage(PlayerIndex player,
                                      java.lang.String text,
                                      IEnumerable<Gamer> recipients)
Parameters:
player -
text -
recipients -

ShowFriendRequest

public static void ShowFriendRequest(PlayerIndex player,
                                     Gamer gamer)
Parameters:
player -
gamer -

ShowFriends

public static void ShowFriends(PlayerIndex player)
Parameters:
player -

ShowGameInvite

public static void ShowGameInvite(java.lang.String sessionId)
Parameters:
sessionId -

ShowGameInvite

public static void ShowGameInvite(PlayerIndex player,
                                  IEnumerable<Gamer> recipients)
Parameters:
player -
recipients -

ShowGamerCard

public static void ShowGamerCard(PlayerIndex player,
                                 Gamer gamer)
Parameters:
player -
gamer -

ShowMarketplace

public static void ShowMarketplace(PlayerIndex player)
Parameters:
player -

ShowMessages

public static void ShowMessages(PlayerIndex player)
Parameters:
player -

ShowParty

public static void ShowParty(PlayerIndex player)
Parameters:
player -

ShowPartySessions

public static void ShowPartySessions(PlayerIndex player)
Parameters:
player -

ShowPlayerReview

public static void ShowPlayerReview(PlayerIndex player,
                                    Gamer gamer)
Parameters:
player -
gamer -

ShowPlayers

public static void ShowPlayers(PlayerIndex player)
Parameters:
player -

ShowSignIn

public static void ShowSignIn(int paneCount,
                              boolean onlineOnly)
Parameters:
paneCount -
onlineOnly -