Table of Contents

Class TestPlatformServices

Namespace
TaleWorlds.PlatformService
Assembly
TaleWorlds.PlatformService.dll
public class TestPlatformServices : IPlatformServices
Inheritance
TestPlatformServices
Implements
Inherited Members

Constructors

TestPlatformServices(string)

public TestPlatformServices(string userName)

Parameters

userName string

Methods

ActivateFriendList()

public void ActivateFriendList()

Tick(float)

public void Tick(float dt)

Parameters

dt float

Events

OnAvatarUpdated

public event Action<AvatarData> OnAvatarUpdated

Event Type

Action<AvatarData>

OnBlockedUserListUpdated

public event Action OnBlockedUserListUpdated

Event Type

Action

OnNameUpdated

public event Action<string> OnNameUpdated

Event Type

Action<string>

OnSignInStateUpdated

public event Action<bool, TextObject> OnSignInStateUpdated

Event Type

Action<bool, TextObject>

OnTextEnteredFromPlatform

public event Action<string> OnTextEnteredFromPlatform

Event Type

Action<string>

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