This topic has not yet been rated - Rate this topic

GamerPresence.PresenceMode Property

Gets or sets the current presence mode for this gamer. You will see this status string when you view a friend through the Guide or on Xbox.com.

Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)

public GamerPresenceMode PresenceMode { get; set; }

Property Value

The current presence mode for this gamer.

Some of the presence mode options include a number that can be set using the PresenceValue property:

Dd282372.note(en-us,XNAGameStudio.41).gifNote

A game title is not displayed in a player's presence information on Xbox LIVE until that game passes peer review. Once a game passes peer review, the presence information for a player shows three things: a confirmation the player is playing an Xbox LIVE Indie Game, the game's title, and the presence information set by SignedInGamer.Presence.

For example:

        Xbox LIVE Indie Game
        My Game Title
        Fighting the Boss
      

While a game is in development, but before it passes peer review, presence information indicates the developer is using App Hub as shown:

        App Hub
        create.msdn.com
        Fighting the Boss
    
Xbox 360, Windows 7, Windows Vista, Windows XP
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.