Class PurchaseResponseCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamapps.callback.PurchaseResponseCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class PurchaseResponseCallback extends CallbackMsg
-
-
Constructor Summary
Constructors Constructor Description PurchaseResponseCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientPurchaseResponse.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyValuegetPurchaseReceiptInfo()EPurchaseResultDetailgetPurchaseResultDetail()EResultgetResult()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
PurchaseResponseCallback
public PurchaseResponseCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientPurchaseResponse.Builder msg)
-
-
Method Detail
-
getResult
public EResult getResult()
- Returns:
- Result of the operation
-
getPurchaseResultDetail
public EPurchaseResultDetail getPurchaseResultDetail()
- Returns:
- Purchase result of the operation
-
getPurchaseReceiptInfo
public KeyValue getPurchaseReceiptInfo()
- Returns:
- Purchase receipt of the operation
-
-