C# 클래스 Plugin.Fingerprint.Samsung.IdentifyListener

상속: Java.Lang.Object, SpassFingerprint.IIdentifyListener
파일 보기 프로젝트 열기: smstuebe/xamarin-fingerprint 1 사용 예제들

공개 메소드들

메소드 설명
GetTask ( ) : Task
IdentifyListener ( Func startIdentify, IAuthenticationFailedListener failedListener ) : System
OnCompleted ( ) : void
OnFinished ( SpassFingerprintStatus status ) : void
OnReady ( ) : void
OnStarted ( ) : void

비공개 메소드들

메소드 설명
GetResultStatus ( SpassFingerprintStatus status ) : FingerprintAuthenticationResultStatus
StartIdentify ( ) : Task

메소드 상세

GetTask() 공개 메소드

public GetTask ( ) : Task
리턴 Task

IdentifyListener() 공개 메소드

public IdentifyListener ( Func startIdentify, IAuthenticationFailedListener failedListener ) : System
startIdentify Func
failedListener IAuthenticationFailedListener
리턴 System

OnCompleted() 공개 메소드

public OnCompleted ( ) : void
리턴 void

OnFinished() 공개 메소드

public OnFinished ( SpassFingerprintStatus status ) : void
status SpassFingerprintStatus
리턴 void

OnReady() 공개 메소드

public OnReady ( ) : void
리턴 void

OnStarted() 공개 메소드

public OnStarted ( ) : void
리턴 void