OnlineAPIVersion

@available(*, deprecated, message: "This will be removed from future releases after 2026-07-15.")
public enum OnlineAPIVersion : Int

OnlineAPIVersion defines the Guidance API version to be used.

Refrain from setting OnlineAPIVersion in GuidanceOptions.

  • v1

    Provides standard guidance features.

    Declaration

    Swift

    case v1 = 1
  • v2

    Provides improved guidance features.

    Declaration

    Swift

    case v2 = 2