UserAccount

This class is auto-generated

Constructors

Link copied to clipboard
constructor(unifiedMessages: SteamUnifiedMessages)

Properties

Link copied to clipboard
open override val serviceName: String

The name of the steam unified messages service.

Link copied to clipboard

A reference to the SteamUnifiedMessages instance this service was created from.

Functions

Link copied to clipboard
fun cancelLicenseForApp(request: SteammessagesUseraccountSteamclient.CUserAccount_CancelLicenseForApp_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_CancelLicenseForApp_Response.Builder>>
Link copied to clipboard
fun createFriendInviteToken(request: SteammessagesUseraccountSteamclient.CUserAccount_CreateFriendInviteToken_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_CreateFriendInviteToken_Response.Builder>>
Link copied to clipboard
fun getAccountLinkStatus(request: SteammessagesUseraccountSteamclient.CUserAccount_GetAccountLinkStatus_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_GetAccountLinkStatus_Response.Builder>>
Link copied to clipboard
fun getAvailableValveDiscountPromotions(request: SteammessagesUseraccountSteamclient.CUserAccount_GetAvailableValveDiscountPromotions_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_GetAvailableValveDiscountPromotions_Response.Builder>>
Link copied to clipboard
fun getClientWalletDetails(request: SteammessagesUseraccountSteamclient.CUserAccount_GetClientWalletDetails_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_GetWalletDetails_Response.Builder>>
Link copied to clipboard
fun getFriendInviteTokens(request: SteammessagesUseraccountSteamclient.CUserAccount_GetFriendInviteTokens_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_GetFriendInviteTokens_Response.Builder>>
Link copied to clipboard
fun getUserCountry(request: SteammessagesUseraccountSteamclient.CUserAccount_GetUserCountry_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_GetUserCountry_Response.Builder>>
Link copied to clipboard
open override fun handleNotificationMsg(methodName: String, packetMsg: PacketClientMsgProtobuf)

Handles a notification message for this service. This should not be called directly.

Link copied to clipboard
open override fun handleResponseMsg(methodName: String, packetMsg: PacketClientMsgProtobuf)

Handles a response message for this service. This should not be called directly.

Link copied to clipboard
fun redeemFriendInviteToken(request: SteammessagesUseraccountSteamclient.CUserAccount_RedeemFriendInviteToken_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_RedeemFriendInviteToken_Response.Builder>>
Link copied to clipboard
fun registerCompatTool(request: SteammessagesUseraccountSteamclient.CUserAccount_RegisterCompatTool_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_RegisterCompatTool_Response.Builder>>
Link copied to clipboard
fun revokeFriendInviteToken(request: SteammessagesUseraccountSteamclient.CUserAccount_RevokeFriendInviteToken_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_RevokeFriendInviteToken_Response.Builder>>
Link copied to clipboard
fun viewFriendInviteToken(request: SteammessagesUseraccountSteamclient.CUserAccount_ViewFriendInviteToken_Request): AsyncJobSingle<ServiceMethodResponse<SteammessagesUseraccountSteamclient.CUserAccount_ViewFriendInviteToken_Response.Builder>>