Enumerations

The following enumerations are available globally.

  • 연령대 정보 열거형

    See more

    Declaration

    Swift

    public enum AgeRange : String, Codable
  • 성별 정보 열거형

    See more

    Declaration

    Swift

    public enum Gender : String, Codable
  • 생일의 양력/음력 열거형

    See more

    Declaration

    Swift

    public enum BirthdayType : String, Codable