Vixen
02b45cc4
csharp
public enum PermissionKind

Something 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)

  • ReadExternalStorage

    Read files the user did not explicitly hand over.

  • WriteExternalStorage

    Write outside the application's own sandbox.

  • Microphone

    Record audio.

  • Camera

    Use the camera.

  • Notifications

    Post notifications.

Used by (5)

  • IFileSystemHostVixen.Platform
  • StandardFileSystemHostVixen.Platform
  • StandardFileSystemHostTestsVixen.Platform.Tests
  • TemporaryFileSystemHostVixen.Platform.Headless.Tests
  • TemporaryFileSystemHostVixen.App.Tests