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>
77export function askForContactsAccess ( ) : Promise < Omit < PermissionType , 'restricted' > >
88export function askForFoldersAccess ( ) : Promise < Omit < PermissionType , 'restricted' > >
99export function askForFullDiskAccess ( ) : undefined
10- export function askForInputMonitoringAccess ( ) : Promise < Omit < PermissionType , 'restricted' > >
10+ export function askForInputMonitoringAccess ( accessType ?: 'listen' | 'post' ) : Promise < Omit < PermissionType , 'restricted' > >
1111export function askForMicrophoneAccess ( ) : Promise < PermissionType >
1212export function askForPhotosAccess ( accessType ?: 'add-only' | 'read-write' ) : Promise < PermissionType >
1313export function askForRemindersAccess ( ) : Promise < Omit < PermissionType , 'restricted' > >
You can’t perform that action at this time.
0 commit comments