C# Class Google.SmartLock.SmartLockCredentials

Smart lock credentials API. This is a singleton pattern, use the Instance property to access the API.
Inheritance: ISmartLockCredentialsImpl
Exibir arquivo Open project: googlesamples/unity-credentials

Public Methods

Method Description
Delete ( ICredential credential, ICredential>.Action callback ) : void
Load ( ICredential>.System callback ) : void
Save ( ICredential credential, ICredential>.Action callback ) : void

Private Methods

Method Description
SmartLockCredentials ( ) : System

Method Details

Delete() public method

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

Load() public method

public Load ( ICredential>.System callback ) : void
callback ICredential>.System
return void

Save() public method

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