mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
autofocus prompt input
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user