Enum CloudUserAccountStatus
Enumeration indicating the availability of the user’s cloud account.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum CloudUserAccountStatus
Fields
| Name | Description |
|---|---|
| Available | The user’s iCloud account is available and may be used by this app. |
| CouldNotDetermine | Indicates that an error occurred during an attempt to retrieve the account status. |
| NoAccount | The user’s iCloud account is not available because no account information has been provided for this device. |
| Restricted | The user’s iCloud account is not available. Access was denied due to Parental Controls. |