com.jjastiny.IterableIOSBindings
4.4.4
dotnet add package com.jjastiny.IterableIOSBindings --version 4.4.4
NuGet\Install-Package com.jjastiny.IterableIOSBindings -Version 4.4.4
<PackageReference Include="com.jjastiny.IterableIOSBindings" Version="4.4.4" />
paket add com.jjastiny.IterableIOSBindings --version 4.4.4
#r "nuget: com.jjastiny.IterableIOSBindings, 4.4.4"
// Install com.jjastiny.IterableIOSBindings as a Cake Addin #addin nuget:?package=com.jjastiny.IterableIOSBindings&version=4.4.4 // Install com.jjastiny.IterableIOSBindings as a Cake Tool #tool nuget:?package=com.jjastiny.IterableIOSBindings&version=4.4.4
Synopsis
This is the iOS xamarin binding library for Iterable SDK.
Code Example
<code>IterableAPI.SharedInstanceWithApiKey("apiKey", "email", new NSDictionary());</code> <code>IterableAPI.SharedInstanceWithApiKey("apiKey", new NSDictionary(), "userId");</code>
Motivation
Iterable does not provide bindings for Xamarin and objective C has some method that cannot be converted into C#. This problem was caused by Objective-C letting multiple functions have same parameter types. This binding moves the userId parameter after the NSDictionary launchOptions to avoid that problem.
Installation
API Reference
Contributors
Let people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable.
License
Apache License
Version 2.0, January 2004 http://www.apache.org/licenses/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Xamarin.iOS | xamarinios10 is compatible. |
-
Xamarin.iOS 1.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.4.4 | 1,139 | 1/2/2018 |