initWithIsFocused:
Creates an object that indicates the user’s ability to receive communication notifications.
Declaration
- (instancetype) initWithIsFocused:(NSNumber *) isFocused;Parameters
- isFocused:
The user’s preference for receiving notifications.
Return Value
A new status object, or nil if the system can’t create one.