---
title: isFocused
framework: intents
role: symbol
role_heading: Instance Property
path: intents/infocusstatus/isfocused-78wbx
---

# isFocused

The user’s preference for receiving communication notifications.

## Declaration

```occ
@property (nonatomic, copy, readonly, nullable) NSNumber * isFocused;
```

```occ
@property (atomic, copy, readonly, nullable) NSNumber * isFocused;
```

## Discussion

Discussion When this value is true, the user doesn’t want notifications to interrupt them. Use this information to display the user’s availability to other people in your communication service. If the user grants your app access to their focus status, notifications your app receives about communication from important people can break through the user’s focus status.
