https://github.com/nventive/binding.newrelic
Xamarin Binding for NewRelic SDK
https://github.com/nventive/binding.newrelic
Last synced: 8 months ago
JSON representation
Xamarin Binding for NewRelic SDK
- Host: GitHub
- URL: https://github.com/nventive/binding.newrelic
- Owner: nventive
- License: other
- Created: 2018-06-13T14:52:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T14:43:07.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T17:09:26.731Z (over 1 year ago)
- Language: Python
- Size: 32.4 MB
- Stars: 2
- Watchers: 34
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Binding.NewRelic
## Summary
The following binding are for the **NewRelic SDK**.
## Android
Documentation for using the library inside an Android project can be found [here](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/api-guides).
The source for the SDK can be found [here](https://download.newrelic.com/android_agent/ant/).
The bindings were generated for the version **5.18.1**.
### How to use
Add a reference to the following packages:
- Uno.Binding.NewRelic.Android
#### Permissions
We include the [INTERNET](https://developer.android.com/reference/android/Manifest.permission.html#INTERNET) permission by default as we need it to make network requests:
```
```
## iOS
Documentation for using the library inside an iOS project can be found [here](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-ios/api-guides).
The source for the SDK can be found [here](https://download.newrelic.com/ios_agent).
The bindings were generated for the version **6.2.0**.
### How to use
Add a reference to the following packages:
- Uno.Binding.NewRelic.iOS