C# Class Plugin.Fingerprint.Contract.AndroidFingerprintImplementationBase

Base implementation for the Android implementations.
Inheritance: Plugin.Fingerprint.Abstractions.FingerprintImplementationBase, IAndroidFingerprintImplementation
显示文件 Open project: smstuebe/xamarin-fingerprint

Public Methods

Method Description
AuthenticateNoDialogAsync ( IAuthenticationFailedListener failedListener, CancellationToken cancellationToken ) : Task

Protected Methods

Method Description
NativeAuthenticateAsync ( AuthenticationRequestConfiguration authRequestConfig, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Method Details

AuthenticateNoDialogAsync() public abstract method

public abstract AuthenticateNoDialogAsync ( IAuthenticationFailedListener failedListener, CancellationToken cancellationToken ) : Task
failedListener IAuthenticationFailedListener
cancellationToken System.Threading.CancellationToken
return Task

NativeAuthenticateAsync() protected method

protected NativeAuthenticateAsync ( AuthenticationRequestConfiguration authRequestConfig, CancellationToken cancellationToken = default(CancellationToken) ) : Task
authRequestConfig AuthenticationRequestConfiguration
cancellationToken System.Threading.CancellationToken
return Task