Class AppOwnershipTicketCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamapps.callback.AppOwnershipTicketCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class AppOwnershipTicketCallback extends CallbackMsg
This callback is received in response to callingSteamApps.getAppOwnershipTicket(int)
-
-
Constructor Summary
Constructors Constructor Description AppOwnershipTicketCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientGetAppOwnershipTicketResponse.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAppID()EResultgetResult()byte[]getTicket()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
AppOwnershipTicketCallback
public AppOwnershipTicketCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientGetAppOwnershipTicketResponse.Builder msg)
-
-
Method Detail
-
getResult
public EResult getResult()
- Returns:
- the result of requesting the ticket.
-
getAppID
public int getAppID()
- Returns:
- the AppID this ticket is for.
-
getTicket
public byte[] getTicket()
- Returns:
- the ticket data.
-
-