Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum ActivityResultType : String, Codable
    extension ActivityResultType: CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public enum ActivityType : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum DataAccessRequest : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum DataFileChannel : Int, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum Equipment : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum EventTarget : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum EventTeamCategory : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum FileUploadState : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum IntensityZoneType : Int, Codable, CustomStringConvertible
  • The type of lag/segment

    See more

    Declaration

    Swift

    public enum LapType : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum MappedFieldType : String, Codable
  • The formula we use for estimating / calculating threshold

    See more

    Declaration

    Swift

    public enum PowerThresholdType : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum RelativePeriod : String, Codable
  • Tag for tracking whether a result has been reviewed/fixed etc

    See more

    Declaration

    Swift

    public enum ResultReview : String, Codable
  • How an activity result got into the system

    See more

    Declaration

    Swift

    public enum ResultSource : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum Roles : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum RunType : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum SwimType : String, Codable
  • Various options for T-Score calculation

    See more

    Declaration

    Swift

    public enum TScoreType : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum Terrain : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum TimeOfDay : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum UnitMeasurement : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum UserConnectionType : Int, Codable, CaseIterable
  • Undocumented

    See more

    Declaration

    Swift

    public enum UserDelegateRelationship : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum UserDelegateState : String, Codable
  • A representation of who is able to access details of the associated route.

    See more

    Declaration

    Swift

    public enum UserRouteVisibilityMask : String, Codable
  • Reasons for not completing a workout

    See more

    Declaration

    Swift

    public enum UserWorkoutFailedReason : String, Codable
  • The state of a workout being completed

    See more

    Declaration

    Swift

    public enum UserWorkoutState : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum WorkoutType : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum Zone5HttpHeader : String
  • Undocumented

    See more

    Declaration

    Swift

    public enum IAPVerificationErrorId : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum IAPVerificationStatus : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    @dynamicMemberLookup
    public indirect enum Indirect<Wrapped>
    extension Indirect: Equatable where Wrapped: Equatable
    extension Indirect: Hashable where Wrapped: Hashable
    extension Indirect: Decodable where Wrapped: Decodable
    extension Indirect: Encodable where Wrapped: Encodable