---
title: "initWithIsFocused:"
framework: intents
role: symbol
role_heading: Instance Method
path: "intents/infocusstatus/initwithisfocused:"
---

# initWithIsFocused:

Creates an object that indicates the user’s ability to receive communication notifications.

## Declaration

```occ
- (instancetype) initWithIsFocused:(NSNumber *) isFocused;
```

## Parameters

- `isFocused`: The user’s preference for receiving notifications.

## Return Value

Return Value A new status object, or nil if the system can’t create one.
