COREWEBVIEW2_PERMISSION_KIND_UNKNOWN_PERMISSION

Indicates the type of a permission request.

Values

ValueMeaning
COREWEBVIEW2_PERMISSION_KIND_UNKNOWN_PERMISSION

Indicates an unknown permission.

COREWEBVIEW2_PERMISSION_KIND_MICROPHONE

Indicates permission to capture audio.

COREWEBVIEW2_PERMISSION_KIND_CAMERA

Indicates permission to capture video.

COREWEBVIEW2_PERMISSION_KIND_GEOLOCATION

Indicates permission to access geolocation.

COREWEBVIEW2_PERMISSION_KIND_NOTIFICATIONS

Indicates permission to send web notifications. Apps that would like to show notifications should handle PermissionRequested events and no browser permission prompt will be shown for notification requests. Note that push notifications are currently unavailable in WebView2.

COREWEBVIEW2_PERMISSION_KIND_OTHER_SENSORS

Indicates permission to access generic sensor. Generic Sensor covering ambient-light-sensor, accelerometer, gyroscope, and magnetometer.

COREWEBVIEW2_PERMISSION_KIND_CLIPBOARD_READ

Indicates permission to read the system clipboard without a user gesture.

COREWEBVIEW2_PERMISSION_KIND_MULTIPLE_AUTOMATIC_DOWNLOADS

Indicates permission to automatically download multiple files. Permission is requested when multiple downloads are triggered in quick succession.

COREWEBVIEW2_PERMISSION_KIND_FILE_READ_WRITE

Indicates permission to read and write to files or folders on the device. Permission is requested when developers use the File System Access API to show the file or folder picker to the end user, and then request "readwrite" permission for the user's selection.

COREWEBVIEW2_PERMISSION_KIND_AUTOPLAY

Indicates permission to play audio and video automatically on sites. This permission affects the autoplay attribute and play method of the audio and video HTML elements, and the start method of the Web Audio API. See the Autoplay guide for media and Web Audio APIs for details.

COREWEBVIEW2_PERMISSION_KIND_LOCAL_FONTS

Indicates permission to use fonts on the device. Permission is requested when developers use the Local Font Access API to query the system fonts available for styling web content.

COREWEBVIEW2_PERMISSION_KIND_MIDI_SYSTEM_EXCLUSIVE_MESSAGES

Indicates permission to send and receive system exclusive messages to/from MIDI (Musical Instrument Digital Interface) devices. Permission is requested when developers use the Web MIDI API to request access to system exclusive MIDI messages.

COREWEBVIEW2_PERMISSION_KIND_WINDOW_MANAGEMENT

Indicates permission to open and place windows on the screen. Permission is requested when developers use the Multi-Screen Window Placement API to get screen details.

Meta