1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

autofocus prompt input

This commit is contained in:
Kyle Spearrin
2019-06-10 23:18:34 -04:00
parent 2376489f51
commit 31a77a6e19
2 changed files with 7 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ namespace Bit.App.Abstractions
Task ClearCacheAsync();
Task SelectFileAsync();
Task<string> DisplayPromptAync(string title = null, string description = null, string text = null,
string okButtonText = null, string cancelButtonText = null, bool numericKeyboard = false);
string okButtonText = null, string cancelButtonText = null, bool numericKeyboard = false,
bool autofocus = true);
void RateApp();
bool SupportsFaceId();
bool SupportsNfc();