You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: ApplicationInsightsXamarinSDK/ApplicationInsightsXamarin/AI.XamarinSDK.Abstractions/AI.XamarinSDK.Abstractions.csproj
Copy file name to clipboardExpand all lines: ApplicationInsightsXamarinSDK/ApplicationInsightsXamarin/AI.XamarinSDK.Abstractions/ApplicationInsights.cs
+33-45Lines changed: 33 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
usingSystem;
2
+
usingSystem.Collections.Generic;
2
3
usingXamarin.Forms;
3
4
4
-
namespaceAI.XamarinSDK.Abstractions
5
-
{
5
+
namespaceAI.XamarinSDK.Abstractions{
6
+
6
7
/// <summary>
7
8
/// This class exposes methods to configure and start the SDK. This is required in order to enable auto collection, crash reporting, and sending of telemetry data.
@@ -124,8 +116,7 @@ public static void StartNewSession ()
124
116
/// Sets the time for session renewal. If the app stays in background longer than that, a new session will be created automatically. This is only available with auto session management enabled
125
117
/// </summary>
126
118
/// <param name="appBackgroundTime">The interval at which sessions are renewed.</param>
Copy file name to clipboardExpand all lines: ApplicationInsightsXamarinSDK/ApplicationInsightsXamarin/AI.XamarinSDK.Abstractions/IApplicationInsights.cs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
usingSystem;
2
+
usingSystem.Collections.Generic;
2
3
3
4
namespaceAI.XamarinSDK.Abstractions
4
5
{
@@ -12,15 +13,15 @@ public interface IApplicationInsights
0 commit comments