public final class SignedInGamer extends Gamer
Modifier and Type | Field and Description |
---|---|
static Event<SignedInEventArgs> |
SignedIn |
static Event<SignedOutEventArgs> |
SignedOut |
Constructor and Description |
---|
SignedInGamer() |
Modifier and Type | Method and Description |
---|---|
FriendCollection |
GetFriends() |
PlayerIndex |
getPlayerIndex() |
boolean |
IsFriend(Gamer gamer) |
boolean |
IsGuest() |
BeginGetFromGamertag, BeginGetPartnerToken, BeginGetProfile, EndGetFromGamertag, EndGetPartnerToken, EndGetProfile, getDisplayName, GetFromGamertag, getGamerTag, GetPartnerToken, GetProfile, IsDisposed, toString
public static final Event<SignedInEventArgs> SignedIn
public static final Event<SignedOutEventArgs> SignedOut
public PlayerIndex getPlayerIndex()
public FriendCollection GetFriends()
public boolean IsFriend(Gamer gamer)
gamer
- public boolean IsGuest()