Table of Contents

Interface IPlatformInvitationServices

Namespace
TaleWorlds.PlatformService
Assembly
TaleWorlds.PlatformService.dll
public interface IPlatformInvitationServices

Methods

GetInvitationPlayerId()

PlayerId GetInvitationPlayerId()

Returns

PlayerId

JoinSession()

Task<Tuple<bool, ulong>> JoinSession()

Returns

Task<Tuple<bool, ulong>>

LeaveSession(bool)

Task LeaveSession(bool createNewSession)

Parameters

createNewSession bool

Returns

Task

OnInviteToPlatformSession(PlayerId)

Task<bool> OnInviteToPlatformSession(PlayerId playerId)

Parameters

playerId PlayerId

Returns

Task<bool>

OnLeftParty()

Task OnLeftParty()

Returns

Task

OnLogin()

Task OnLogin()

Returns

Task

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).