LegacyGameKeyCallback

This callback is received in response to calling SteamApps.getLegacyGameKey.

Constructors

Link copied to clipboard
constructor(packetMsg: IPacketMsg)

Properties

Link copied to clipboard
val appID: Int

Gets the appid that this game key is for.

Link copied to clipboard
open override var jobID: JobID

Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.

Link copied to clipboard
var key: String?

Gets the game key.

Link copied to clipboard
val result: EResult

Gets the result of requesting this game key.