SDKLanguageOption

public enum SDKLanguageOption

Option to specify the language to use for the targeting.

  • Use the specified language.

    Declaration

    Swift

    case custom(value: Language)
  • Use the device language.

    Declaration

    Swift

    case `default`