C# Класс Plugin.Fingerprint.Standard.FingerprintAuthenticationCallback

Наследование: FingerprintManager.AuthenticationCallback, IAuthenticationCallback
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FingerprintAuthenticationCallback ( IAuthenticationFailedListener listener ) : System
GetTask ( ) : Task
OnAuthenticationError ( FingerprintState errorCode, ICharSequence errString ) : void
OnAuthenticationFailed ( ) : void
OnAuthenticationSucceeded ( FingerprintManager res ) : void

Приватные методы

Метод Описание
SetResultSafe ( FingerprintAuthenticationResult result ) : void

Описание методов

FingerprintAuthenticationCallback() публичный Метод

public FingerprintAuthenticationCallback ( IAuthenticationFailedListener listener ) : System
listener IAuthenticationFailedListener
Результат System

GetTask() публичный Метод

public GetTask ( ) : Task
Результат Task

OnAuthenticationError() публичный Метод

public OnAuthenticationError ( FingerprintState errorCode, ICharSequence errString ) : void
errorCode FingerprintState
errString ICharSequence
Результат void

OnAuthenticationFailed() публичный Метод

public OnAuthenticationFailed ( ) : void
Результат void

OnAuthenticationSucceeded() публичный Метод

public OnAuthenticationSucceeded ( FingerprintManager res ) : void
res FingerprintManager
Результат void