mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
set pin from settings
This commit is contained in:
@@ -15,7 +15,7 @@ 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);
|
||||
string okButtonText = null, string cancelButtonText = null, bool numericKeyboard = false);
|
||||
void RateApp();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user