SteamScreenshots

This handler is used for screenshots.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Adds a screenshot to the user's screenshot library. The screenshot image and thumbnail must already exist on the UFS. Results are returned in a ScreenshotAddedCallback. The returned in.dragonbra.javasteam.types.AsyncJob can also be awaited to retrieve the callback result.

Link copied to clipboard
open override fun handleMsg(packetMsg: IPacketMsg)

Handles a client message. This should not be called directly.

Link copied to clipboard
fun setup(client: SteamClient)