Mode

public enum Mode

An enumeration of the ways in which backups can be made.

  • Backups are created automatically by the app in response to certain types of edit being made.

    Declaration

    Swift

    case automatic
  • Backups are made manually by the user.

    Declaration

    Swift

    case manual