csharp
public enum PermissionKindSomething the user must agree to before the application may do it.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Granted implicitly on the desktop and asked for on mobile and in a browser. Requesting one that is already granted is cheap and correct, so callers do not branch on the platform.
Fields and properties (5)
ReadExternalStorageRead files the user did not explicitly hand over.
WriteExternalStorageWrite outside the application's own sandbox.
MicrophoneRecord audio.
CameraUse the camera.
NotificationsPost notifications.
Used by (5)
- IFileSystemHostVixen.Platform
- StandardFileSystemHostVixen.Platform
- StandardFileSystemHostTestsVixen.Platform.Tests
- TemporaryFileSystemHostVixen.Platform.Headless.Tests
- TemporaryFileSystemHostVixen.App.Tests