Destination
public enum Destination
An enumeration of destinations for backup files.
-
Backups remain on the user’s iOS device.
Declaration
Swift
case device
-
Backups are stored in a Dropbox account.
Declaration
Swift
case dropbox
-
Backups are stored in the user’s iCloud account.
Declaration
Swift
case icloud
-
The backup location is indeterminate. This is a special case defined by the library and needed because the
Manual
andManual (Dropbox)
configurations cannot be distinguished other than by a backup file’s location at restore time.Declaration
Swift
case indeterminate