public static ISmartLockCredentialsImpl GetCredentialAPI()
 {
     if (credImpl == null)
     {
         credImpl = new AndroidCredentials();
     }
     return credImpl;
 }
Esempio n. 2
0
 public static ISmartLockCredentialsImpl GetCredentialAPI()
 {
     if (credImpl == null)
     {
         credImpl = new AndroidCredentials();
     }
     return(credImpl);
 }