raizen4 / exponea-xamarin-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xamarin Exponea SDK

Xamarin Exponea SDK allows your application to interact with the Exponea Customer Data & Experience Platform. Exponea empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value.

SDK is created as .net wrapper for binding libraries of native Android SDK and native iOS SDK.

Getting started

  • Add ExponeaSDK NuGet as a dependency
  • Register dependency service in Android MainActivity.OnCreate (iOS AppDelegate.FinishedLaunching) method by calling
DependencyService.Register<IExponeaSdk, Exponea.ExponeaSdk>();
  • Get Exponea SDK instance by calling
  public IExponeaSdk _exponea = DependencyService.Get<IExponeaSdk>();
  • Call Exponea SDK methods on the obtained instance.

Documentation

Release Notes

Release notes for the SDK.

About


Languages

Language:C# 50.4%Language:Swift 46.2%Language:Shell 2.7%Language:Objective-C 0.6%Language:C 0.1%