---
title: "tagReaderSessionDidBecomeActive(_:)"
framework: corenfc
role: symbol
role_heading: Instance Method
path: "corenfc/nfctagreadersessiondelegate-2joku/tagreadersessiondidbecomeactive(_:)"
---

# tagReaderSessionDidBecomeActive(_:)

Tells the delegate that the reader session is active.

## Declaration

```swift
func tagReaderSessionDidBecomeActive(_ session: NFCTagReaderSession)
```

## Parameters

- `session`: The active reader session. Only one session can be active at a time.

## Discussion

Discussion The reader session calls this method after the device begins scanning for new tags.
