Wimika.MoneyGuard.DeviceIdentity.Android
1.0.1
dotnet add package Wimika.MoneyGuard.DeviceIdentity.Android --version 1.0.1
NuGet\Install-Package Wimika.MoneyGuard.DeviceIdentity.Android -Version 1.0.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="Wimika.MoneyGuard.DeviceIdentity.Android" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wimika.MoneyGuard.DeviceIdentity.Android" Version="1.0.1" />
<PackageReference Include="Wimika.MoneyGuard.DeviceIdentity.Android" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Wimika.MoneyGuard.DeviceIdentity.Android --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Wimika.MoneyGuard.DeviceIdentity.Android, 1.0.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.
#:package Wimika.MoneyGuard.DeviceIdentity.Android@1.0.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Wimika.MoneyGuard.DeviceIdentity.Android&version=1.0.1
#tool nuget:?package=Wimika.MoneyGuard.DeviceIdentity.Android&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MoneyGuard SDK For Xamarin Sample
MoneyGuard SDK For Xamarin allows financial institutions to embed Moneyguard into their Xamarin applications.
Getting Started
Obtain a partner Id from Wimika RMS Technologies
Implement a REST API endpoint that exposes Wimika Partner Bank Service API
Embed Wimika Moneyguard in your Android Application
Usage For Android
1) Initialize MoneyGuard
Initialize Moneyguard. An IBasicSession is an implementation of the methods that support the following Moneyguard functionality :
- Credential Compromise Check
- Create a Typing Profile Recorder
- Preview a banking transaction before it is processed
Activity activity; //Main Activity
int partnerBankId = <partner-bank-id>; //obtained from Wimika
string sessionToken = <session-token>;//session token that will be passed to Partner Bank REST Service to validate user session
Task<IBasicSession> session = await MoneyguardSdk.Register(activity, partnerBankId, sessionToken);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. net9.0-android was computed. net10.0-android was computed. |
MonoAndroid | monoandroid is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
MonoAndroid 0.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 |
---|---|---|
1.0.1 | 178 | 3/5/2024 |
Version 1.0.1