Enumerations

The following enumerations are available globally.

  • Determines the scope of an uninstallation. A Local uninstallation will only clear data and files related to instances on this host. A Global uninstallation will clear also public data.

    See more

    Declaration

    Objective-C

    enum UninstallScope {}

    Swift

    struct UninstallScope : Equatable, RawRepresentable
  • Possible permissions for media access.

    See more

    Declaration

    Objective-C

    enum MediaAccessMask {}

    Swift

    struct MediaAccessMask : Equatable, RawRepresentable