feat: add preference on android to not confirm when exiting (#1870)

This commit is contained in:
Aman Harwara
2022-10-24 23:37:37 +05:30
committed by GitHub
parent cca0a366a5
commit 28ef9054fa
4 changed files with 35 additions and 3 deletions

View File

@@ -16,5 +16,5 @@ export interface MobileDeviceInterface extends DeviceInterface {
shareBase64AsFile(base64: string, filename: string): Promise<void>
downloadBase64AsFile(base64: string, filename: string, saveInTempLocation?: boolean): Promise<string | undefined>
previewFile(base64: string, filename: string): Promise<boolean>
confirmAndExit(): void
exitApp(confirm?: boolean): void
}