Name

public struct Name : Codable

Category names with locale code information.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Name init method

    Declaration

    Swift

    public init(nameLocale: String, name: String)

    Parameters

    nameLocale

    The locale code of this category name.

    name

    Category name in the given locale.

Public

  • The locale code of this category name.

    Declaration

    Swift

    public let nameLocale: String
  • Category name in the given locale.

    Declaration

    Swift

    public let name: String