1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-12 22:33:25 +00:00

faceid detection

This commit is contained in:
Kyle Spearrin
2019-05-17 09:45:07 -04:00
parent 4aa1209bc7
commit defb67c523
3 changed files with 21 additions and 0 deletions

View File

@@ -17,5 +17,6 @@ namespace Bit.App.Abstractions
Task<string> DisplayPromptAync(string title = null, string description = null, string text = null,
string okButtonText = null, string cancelButtonText = null, bool numericKeyboard = false);
void RateApp();
bool SupportsFaceId();
}
}