Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaela-dev committed Oct 11, 2021
1 parent 0e0db30 commit f6cd377
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ SDK is created as .net wrapper for binding libraries of [native Android SDK](htt
## Getting started

- Add ExponeaSDK NuGet as a dependency
- Register dependency service in Android MainActivity.OnCreate (iOS AppDelegate.FinishedLaunching) method by calling

```csharp
DependencyService.Register<IExponeaSdk, Exponea.ExponeaSdk>();
```
- Get Exponea SDK instance by calling

```csharp
Expand All @@ -26,6 +31,9 @@ SDK is created as .net wrapper for binding libraries of [native Android SDK](htt
* [In-app messages](./documentation/IN_APP_MESSAGES.md)
* [Project mapping](./documentation/PROJECT_MAPPING.md)
* [Android push notifications](./documentation/ANDROID_PUSH.md)
* [iOS push notifications](./documentation/IOS_PUSH.md)
* [Android univerzal links](./documentation/ANDROID_UNIVERZAL_LINKS.md)
* [iOS univerzal links](./documentation/IOS_UNIVERSAL_LINKS.md)

## Release Notes

Expand Down

0 comments on commit f6cd377

Please sign in to comment.