mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
mobile platform utils
This commit is contained in:
8
src/App/Abstractions/IDeviceActionService.cs
Normal file
8
src/App/Abstractions/IDeviceActionService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IDeviceActionService
|
||||
{
|
||||
void Toast(string text, bool longDuration = false);
|
||||
bool LaunchApp(string appName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user