File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export function askForCameraAccess(): Promise<PermissionType>
7
7
export function askForContactsAccess ( ) : Promise < Omit < PermissionType , 'restricted' > >
8
8
export function askForFoldersAccess ( ) : Promise < Omit < PermissionType , 'restricted' > >
9
9
export function askForFullDiskAccess ( ) : undefined
10
- export function askForInputMonitoringAccess ( ) : Promise < Omit < PermissionType , 'restricted' > >
10
+ export function askForInputMonitoringAccess ( accessType ?: 'listen' | 'post' ) : Promise < Omit < PermissionType , 'restricted' > >
11
11
export function askForMicrophoneAccess ( ) : Promise < PermissionType >
12
12
export function askForPhotosAccess ( accessType ?: 'add-only' | 'read-write' ) : Promise < PermissionType >
13
13
export function askForRemindersAccess ( ) : Promise < Omit < PermissionType , 'restricted' > >
You can’t perform that action at this time.
0 commit comments