public final class PersonaStateCallback extends CallbackMsg
Modifier and Type | Field and Description |
---|---|
private byte[] |
avatarHash
Gets the avatar hash.
|
private int |
clanRank
Gets the clan rank.
|
private String |
clanTag
Gets the clan tag.
|
private SteamID |
friendID
Gets the friend ID.
|
private int |
gameAppID
Gets the game app ID.
|
private byte[] |
gameDataBlob
Gets the game data blob.
|
private GameID |
gameID
Gets the game ID.
|
private String |
gameName
Gets the name of the game.
|
private InetAddress |
gameServerIP
Gets the game server IP.
|
private int |
gameServerPort
Gets the game server port.
|
private Date |
lastLogOff
Gets the last log off.
|
private Date |
lastLogOn
Gets the last log on.
|
private String |
name
Gets the name.
|
private int |
onlineSessionInstances
Gets the online session instances.
|
private int |
publishedSessionID
Gets the published session ID.
|
private int |
queryPort
Gets the query port.
|
private SteamID |
sourceSteamID
Gets the source steam ID.
|
private EPersonaState |
state
Gets the state.
|
private EClientPersonaStateFlag |
statusFlags
Gets the status flags.
|
Constructor and Description |
---|
PersonaStateCallback(uk.co.thomasc.steamkit.base.generated.SteammessagesClientserver.CMsgClientPersonaState.Friend friend) |
private final EClientPersonaStateFlag statusFlags
private final SteamID friendID
private final EPersonaState state
private final int gameAppID
private final GameID gameID
private final String gameName
private final InetAddress gameServerIP
private final int gameServerPort
private final int queryPort
private final SteamID sourceSteamID
private final byte[] gameDataBlob
private final String name
private final byte[] avatarHash
private final Date lastLogOff
private final Date lastLogOn
private final int clanRank
private final String clanTag
private final int onlineSessionInstances
private final int publishedSessionID
Copyright © 2012. All Rights Reserved.