C# 클래스 Google.SmartLock.Platforms.DummySmartLockCredentials

Dummy smart lock credentials. Is used on non-Android players since the API is only supported on Android. Sample credential can be set statically using SetSampleCredential().
상속: ISmartLockCredentialsImpl
파일 보기 프로젝트 열기: googlesamples/unity-credentials

공개 메소드들

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

Sets the sample credential to return when calling Load.

메소드 상세

Delete() 공개 메소드

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

Load() 공개 메소드

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

Save() 공개 메소드

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

SetSampleCredential() 공개 정적인 메소드

Sets the sample credential to return when calling Load.
public static SetSampleCredential ( ICredential newCredential ) : ICredential
newCredential ICredential New credential.
리턴 ICredential