C# 클래스 Google.SmartLock.Platforms.Android.AndroidCredentials

Implementation class for SmartLock for Passwords on Android. This builds the JNI calls to access an Activity that invokes the API.
상속: ISmartLockCredentialsImpl
파일 보기 프로젝트 열기: googlesamples/unity-credentials

공개 메소드들

메소드 설명
Delete ( ICredential credential, ICredential>.Action callback ) : void
Load ( ICredential>.Action callback ) : void
Save ( ICredential credential, ICredential>.Action callback ) : void

비공개 메소드들

메소드 설명
GetSupportClass ( ) : AndroidJavaClass

Gets the support class.

GetUnityActivity ( ) : AndroidJavaObject

Gets the unity activity.

메소드 상세

Delete() 공개 메소드

public Delete ( ICredential credential, ICredential>.Action callback ) : void
credential ICredential
callback ICredential>.Action
리턴 void

Load() 공개 메소드

public Load ( ICredential>.Action callback ) : void
callback ICredential>.Action
리턴 void

Save() 공개 메소드

public Save ( ICredential credential, ICredential>.Action callback ) : void
credential ICredential
callback ICredential>.Action
리턴 void