PersonaChangeCallback

class PersonaChangeCallback(jobID: JobID, msg: SteammessagesClientserverFriends.CMsgPersonaChangeResponse.Builder) : CallbackMsg

This callback is fired in response to setting this client's persona name or state with SteamFriends.setPersonaName or SteamFriends.setPersonaState.

Constructors

Link copied to clipboard
constructor(jobID: JobID, msg: SteammessagesClientserverFriends.CMsgPersonaChangeResponse.Builder)

Properties

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

Gets the name of this client according to Steam.

Link copied to clipboard
val result: EResult

Gets the result of changing this client's persona information.