C# Class Google.SmartLock.SmartLockCredentials

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

Méthodes publiques

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

Private Methods

Méthode Description
SmartLockCredentials ( ) : System

Method Details

Delete() public méthode

public Delete ( ICredential credential, ICredential>.Action callback ) : void
credential ICredential
callback ICredential>.Action
Résultat void

Load() public méthode

public Load ( ICredential>.System callback ) : void
callback ICredential>.System
Résultat void

Save() public méthode

public Save ( ICredential credential, ICredential>.Action callback ) : void
credential ICredential
callback ICredential>.Action
Résultat void