1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 23:33:34 +00:00

display alert action

This commit is contained in:
Kyle Spearrin
2019-05-17 14:04:16 -04:00
parent a3e165fa06
commit f73a5d6307
3 changed files with 97 additions and 0 deletions

View File

@@ -23,5 +23,6 @@ namespace Bit.App.Abstractions
bool SupportsAutofillService();
int SystemMajorVersion();
string SystemModel();
Task<string> DisplayAlertAsync(string title, string message, string cancel, params string[] buttons);
}
}