1
0
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:
Kyle Spearrin
2019-05-16 15:54:21 -04:00
parent c65b065dd7
commit c5bd59e52c
9 changed files with 80 additions and 6 deletions

View File

@@ -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();
}
}