This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release AppMetrica Xamarin Plugin 2.0.0
- Loading branch information
Aliaksei Nestsiarovich
committed
Jul 13, 2018
1 parent
e50619b
commit 157bbd4
Showing
72 changed files
with
7,363 additions
and
4,255 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
27 changes: 27 additions & 0 deletions
27
YandexMetrica.Xamarin.AndroidBinding/MetricaMonoRuntimeLoaderService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* Version for Xamarin | ||
* © 2015-2017 YANDEX | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* https://yandex.com/legal/appmetrica_sdk_agreement/ | ||
*/ | ||
|
||
using System; | ||
using Android.App; | ||
using Android.Content; | ||
using Android.OS; | ||
|
||
namespace YandexMetricaAndroid | ||
{ | ||
/// <summary> | ||
/// This class does nothing, but it is needed to run the application with a custom Application class. | ||
/// </summary> | ||
[Service(Process = ":Metrica")] | ||
public class MetricaMonoRuntimeLoaderService : Service | ||
{ | ||
public override IBinder OnBind(Intent intent) | ||
{ | ||
return null; | ||
} | ||
} | ||
} |
10 changes: 9 additions & 1 deletion
10
YandexMetrica.Xamarin.AndroidBinding/Properties/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.