Activity

public struct Activity : Searchable, Hashable

Undocumented

  • id

    The unique activity id.

    Declaration

    Swift

    public var id: Int
  • The type of activity this activity’s id is related to.

    Declaration

    Swift

    public var activity: ActivityResultType?
  • The sport related to this activity.

    Declaration

    Swift

    public var type: ActivityType?

Hashable

  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)

Codable