---
title: currentConversation
framework: foundation
role: symbol
role_heading: Type Method
path: foundation/nsconnection/currentconversation
---

# currentConversation

Returns a token object representing any conversation in progress in the current thread.

## Declaration

```occ
+ (id) currentConversation;
```

## Return Value

Return Value A token object representing any conversation in progress in the current thread, or nil if there is no conversation in progress.

## See Also

### Related Documentation

- [createConversationForConnection:](foundation/nsconnectiondelegate/createconversationforconnection:.md)
