feat: auto-activate biometrics prompt when mobile regains focus (#1891)
This commit is contained in:
@@ -20,4 +20,5 @@ export interface MobileDeviceInterface extends DeviceInterface {
|
||||
addComponentUrl(componentUuid: string, componentUrl: string): void
|
||||
removeComponentUrl(componentUuid: string): void
|
||||
isUrlComponentUrl(url: string): boolean
|
||||
getAppState(): Promise<'active' | 'background' | 'inactive' | 'unknown' | 'extension'>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user