OnlineAPIVersion

@available(*, deprecated, message: "This API is deprecated and will be removed with the next major release.")
public enum OnlineAPIVersion : Int

GuidanceVersion defines the Guidance API version to be used.

  • v1

    Provides standard guidance features.

    Declaration

    Swift

    case v1 = 1
  • v2

    Provides improved guidance features.

    Declaration

    Swift

    case v2 = 2