---
title: isEligible
framework: corenfc
role: symbol
role_heading: Type Property
path: corenfc/cardsession/iseligible
---

# isEligible

A property that indicates whether the current system supports card session functionality.

## Declaration

```swift
static var isEligible: Bool { get async }
```

## Discussion

Discussion Query this property before calling init() to avoid showing a system card session UI on ineligible devices.

## See Also

### Determining card session availability

- [isSupported](corenfc/cardsession/issupported.md)
