DisconnectedCallback

class DisconnectedCallback(val isUserInitiated: Boolean) : CallbackMsg

This callback is received when the steamclient is physically disconnected from the Steam network.

Constructors

Link copied to clipboard
constructor(isUserInitiated: Boolean)

If true, the disconnection was initiated by calling CMClient.disconnect. If false, the disconnection was the cause of something not user-controlled, such as a network failure or a forcible disconnection by the remote server.

Properties

Link copied to clipboard
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.