CloudKitAccountStatus enum
Values
- couldNotDetermine → const CloudKitAccountStatus
-
CloudKit can’t determine the status of the user’s iCloud account.
const CloudKitAccountStatus(0)
- available → const CloudKitAccountStatus
-
The user’s iCloud account is available.
const CloudKitAccountStatus(1)
- restricted → const CloudKitAccountStatus
-
The system denies access to the user’s iCloud account.
const CloudKitAccountStatus(2)
- noAccount → const CloudKitAccountStatus
-
The device doesn’t have an iCloud account.
const CloudKitAccountStatus(3)
- notSupported → const CloudKitAccountStatus
-
Not possible to determine status because the device is not running iOS
const CloudKitAccountStatus(99)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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 - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → num
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CloudKitAccountStatus> - A constant List of the values in this enum, in order of their declaration.