AXAiOSBindings 24.1.1.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AXAiOSBindings --version 24.1.1.1
NuGet\Install-Package AXAiOSBindings -Version 24.1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AXAiOSBindings" Version="24.1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AXAiOSBindings --version 24.1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AXAiOSBindings, 24.1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AXAiOSBindings as a Cake Addin #addin nuget:?package=AXAiOSBindings&version=24.1.1.1 // Install AXAiOSBindings as a Cake Tool #tool nuget:?package=AXAiOSBindings&version=24.1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Using AXA Bindings Library in Xamarin
Installation
- Open your project to add the
AXAiOSBindings.dll
package. - Right-click on Dependencies, select Manage NuGet Packages, and search the AXAiOSBindings.dll file from the list in the Nuget packages window under the nuget.org Package source and then click Add Package.
- Add the
<app_name>_camdo.plist
file to your project under iOS(xxx.iOS) and right click on it and set the Build Action to BundleResource
Initialising the SDK in your Source Code
- Initialize the CAMobileAppAnalytics SDK in the FinishedLaunching: method in the AppDelegate.cs file.
#if IOS
AXAiOSBindings.CAMDOReporter.InitializeSDKWithOptions(AXAiOSBindings.SDKOptions.LogLevelVerbose, (_, __) => { });
#endif
Usage
Use AXAiOSBindings.CAMDOReporter
to call custom APIs in your project.
For example:
AXAiOSBindings.CAMDOReporter.SetCustomerId("Test");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Xamarin.iOS | xamarinios10 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
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.