UpdateState

public enum UpdateState

Type describing updatability of the update region

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The updatable region has updates available.

    Declaration

    Swift

    case updatesAvailable
  • The updatable region is up to date.

    Declaration

    Swift

    case upToDate