---
title: CPNowPlayingSportsTeam
framework: carplay
role: symbol
role_heading: Class
path: carplay/cpnowplayingsportsteam
---

# CPNowPlayingSportsTeam

A representation of a sports team for the now playing screen, in sports that have exactly two teams.

## Declaration

```swift
@MainActor class CPNowPlayingSportsTeam
```

## Topics

### Initializers

- [init(coder:)](carplay/cpnowplayingsportsteam/init(coder:).md)
- [init(name:logo:teamStandings:eventScore:possessionIndicator:favorite:)](carplay/cpnowplayingsportsteam/init(name:logo:teamstandings:eventscore:possessionindicator:favorite:).md)

### Instance Properties

- [eventScore](carplay/cpnowplayingsportsteam/eventscore.md)
- [isFavorite](carplay/cpnowplayingsportsteam/isfavorite.md)
- [logo](carplay/cpnowplayingsportsteam/logo.md)
- [name](carplay/cpnowplayingsportsteam/name.md)
- [possessionIndicator](carplay/cpnowplayingsportsteam/possessionindicator.md)
- [teamStandings](carplay/cpnowplayingsportsteam/teamstandings.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
