---
title: INCallRecordType.received
framework: intents
role: symbol
role_heading: Case
path: intents/incallrecordtype/received
---

# INCallRecordType.received

A received call that the user answered.

## Declaration

```swift
case received
```

## Discussion

Discussion Use this constant for calls that your app receives from another user.

## See Also

### Constants

- [INCallRecordType.unknown](intents/incallrecordtype/unknown.md)
- [INCallRecordType.outgoing](intents/incallrecordtype/outgoing.md)
- [INCallRecordType.missed](intents/incallrecordtype/missed.md)
- [INCallRecordType.latest](intents/incallrecordtype/latest.md)
- [INCallRecordType.voicemail](intents/incallrecordtype/voicemail.md)
- [INCallRecordType.inProgress](intents/incallrecordtype/inprogress.md)
- [INCallRecordType.onHold](intents/incallrecordtype/onhold.md)
- [INCallRecordType.ringing](intents/incallrecordtype/ringing.md)
