mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 02:33:36 +00:00
refactor message center use to services
This commit is contained in:
@@ -10,5 +10,12 @@ namespace Bit.App.Abstractions
|
||||
bool CanOpenFile(string fileName);
|
||||
Task SelectFileAsync();
|
||||
void ClearCache();
|
||||
void Autofill(Models.Page.VaultListPageModel.Cipher cipher);
|
||||
void CloseAutofill();
|
||||
void Background();
|
||||
void RateApp();
|
||||
void DismissKeyboard();
|
||||
void OpenAccessibilitySettings();
|
||||
void LaunchApp(string appName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user