---
title: INPreferences
framework: intents
role: symbol
role_heading: Class
path: intents/inpreferences
---

# INPreferences

## INPreferences

INPreferences Class of Intents The preferences and authorization related to using SiriKit.

``` class INPreferences ```

Overview

Use the class methods of [INPreferences](/documentation/intents/inpreferences) to perform tasks related to the use of SiriKit. An iOS app must request authorization to use SiriKit before Siri or Maps are allowed to call on its Intents extension to handle intents. To request authorization, call the [requestSiriAuthorization(_:)](/documentation/intents/inpreferences/requestsiriauthorization(_:)) method at some point during your app’s execution. The first time you call this method, the user is prompted to grant or deny authorization for your app. The user can change the authorization settings for your app later in the system settings. You can get your app’s current authorization status using the [siriAuthorizationStatus()](/documentation/intents/inpreferences/siriauthorizationstatus()) method.

Inherits From

[NSObject](/documentation/ObjectiveC/NSObject-swift.class)

Conforms To

[CVarArg](/documentation/Swift/CVarArg) [CustomDebugStringConvertible](/documentation/Swift/CustomDebugStringConvertible) [CustomStringConvertible](/documentation/Swift/CustomStringConvertible) [Equatable](/documentation/Swift/Equatable) [Hashable](/documentation/Swift/Hashable) [NSObjectProtocol](/documentation/ObjectiveC/NSObjectProtocol)
