Table of Contents

Class Manager

Namespace
KSP.Networking.OnlineServices.Telemetry
Assembly
Assembly-CSharp.dll
public class Manager
Inheritance
Manager
Inherited Members
Extension Methods

Constructors

Manager()

public Manager()

Fields

DEFAULT_LOG_ASSERT

public const bool DEFAULT_LOG_ASSERT = false

Field Value

bool

DEFAULT_LOG_ERROR

public const bool DEFAULT_LOG_ERROR = true

Field Value

bool

DEFAULT_LOG_EXCEPTION

public const bool DEFAULT_LOG_EXCEPTION = true

Field Value

bool

DEFAULT_LOG_INFO

public const bool DEFAULT_LOG_INFO = false

Field Value

bool

DEFAULT_LOG_MISC

public const bool DEFAULT_LOG_MISC = true

Field Value

bool

DEFAULT_LOG_WARN

public const bool DEFAULT_LOG_WARN = false

Field Value

bool

LOG_ASSERT

public static bool LOG_ASSERT

Field Value

bool

LOG_ERROR

public static bool LOG_ERROR

Field Value

bool

LOG_EXCEPTION

public static bool LOG_EXCEPTION

Field Value

bool

LOG_INFO

public static bool LOG_INFO

Field Value

bool

LOG_MISC

public static bool LOG_MISC

Field Value

bool

LOG_WARN

public static bool LOG_WARN

Field Value

bool

Properties

ApplicationSessionId

public static Guid ApplicationSessionId { get; }

Property Value

Guid

Game

public GameInstance Game { get; }

Property Value

GameInstance

GameSessionId

public static Guid GameSessionId { get; }

Property Value

Guid

Instance

public static Manager Instance { get; }

Property Value

Manager

Methods

Awake()

public void Awake()

Init()

public void Init()

SendPlayerLoggedInEvent(string, string)

public void SendPlayerLoggedInEvent(string entityKey, string playFabTelemetrySessionTicket)

Parameters

entityKey string
playFabTelemetrySessionTicket string

SendSettingsTelemetryEvent(PersistentSettings)

public void SendSettingsTelemetryEvent(PersistentSettings settings)

Parameters

settings PersistentSettings

SendVesselDestroyedEvent(string, double, double, double, IGGuid)

public void SendVesselDestroyedEvent(string celestialBodyName, double latitude, double longitude, double altitude, IGGuid vesselID)

Parameters

celestialBodyName string
latitude double
longitude double
altitude double
vesselID IGGuid

Uninit()

public void Uninit()