XCodePrivacyManifests enum

Privacy Manifest for XCode.

XCode用のプライバシーマニフェスト。

Inheritance
Available extensions

Values

activeKeyboards → const XCodePrivacyManifests

active_keyboards type.

active_keyboardsのタイプ。

const XCodePrivacyManifests(id: "active_keyboards", type: "NSPrivacyAccessedAPICategoryActiveKeyboards", reasons: ["3EC4.1", "54BD.1"])
fileTimestamp → const XCodePrivacyManifests

file_timestamp type.

file_timestampのタイプ。

const XCodePrivacyManifests(id: "file_timestamp", type: "NSPrivacyAccessedAPICategoryFileTimestamp", reasons: ["0A2A.1", "3B52.1", "C617.1", "DDA…
systemBootTime → const XCodePrivacyManifests

system_boot_time type.

system_boot_timeのタイプ。

const XCodePrivacyManifests(id: "system_boot_time", type: "NSPrivacyAccessedAPICategorySystemBootTime", reasons: ["35F9.1"])
diskSpace → const XCodePrivacyManifests

disk_space type.

disk_spaceのタイプ。

const XCodePrivacyManifests(id: "disk_space", type: "NSPrivacyAccessedAPICategoryDiskSpace", reasons: ["85F4.1", "7D9E.1", "E174.1"])
userDefaults → const XCodePrivacyManifests

user_defaults type.

user_defaultsのタイプ。

const XCodePrivacyManifests(id: "user_defaults", type: "NSPrivacyAccessedAPICategoryUserDefaults", reasons: ["C56D.1", "1C8F.1", "AC6B.1", "CA92.…

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Type ID.
final
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
reasons List<String>
ID list of reasons.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Keys in XCode of type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPrivacyManifestToXCode(String reasonId) Future<void>
Set the privacy manifest based on the ID given in reasonId.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<XCodePrivacyManifests>
A constant List of the values in this enum, in order of their declaration.