C# Class 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.
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>.Action callback ) : void
Save ( ICredential credential, ICredential>.Action callback ) : void

Private Methods

Méthode Description
GetSupportClass ( ) : AndroidJavaClass

Gets the support class.

GetUnityActivity ( ) : AndroidJavaObject

Gets the unity activity.

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>.Action callback ) : void
callback ICredential>.Action
Résultat void

Save() public méthode

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