SquareDash/Library/PackageCache/com.unity.purchasing@4.10.0/Runtime/Purchasing/Telemetry/Diagnostics/Interfaces/ITelemetryDiagnosticsInstanceWrapper.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

12 lines
309 B
C#

using Unity.Services.Core.Telemetry.Internal;
namespace UnityEngine.Purchasing.Telemetry
{
interface ITelemetryDiagnosticsInstanceWrapper
{
void SetDiagnosticsInstance(IDiagnostics diagnosticsInstance);
void SendDiagnostic(string diagnosticName, string diagnosticException);
}
}