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.
- Add ExponeaSDK NuGet as a dependency
- Get Exponea SDK instance by calling
public IExponeaSdk _exponea = DependencyService.Get<IExponeaSdk>();
- Call Exponea SDK methods on the obtained instance.
- Configuration
- Tracking
- Fetching
- Flushing
- Anonymize customer
- In-app messages
- Project mapping
- Android push notifications
Release notes for the SDK.