C# 클래스 Google.SmartLock.SmartLockCredentials

Smart lock credentials API. This is a singleton pattern, use the Instance property to access the API.
상속: ISmartLockCredentialsImpl
파일 보기 프로젝트 열기: googlesamples/unity-credentials

공개 메소드들

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

비공개 메소드들

메소드 설명
SmartLockCredentials ( ) : System

메소드 상세

Delete() 공개 메소드

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

Load() 공개 메소드

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

Save() 공개 메소드

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