IntentHandlerType
Objective-C
enum IntentHandlerType : NSInteger {}
Swift
enum IntentHandlerType : Int, @unchecked Sendable
Constants indicating the authorization key status.
-
ShowOnMap type.
Declaration
Objective-C
IntentHandlerTypeShowOnMap = 0
Swift
case showOnMap = 0
-
Query type.
Declaration
Objective-C
IntentHandlerTypeQuery
Swift
case query = 1
-
WhatIsNearby type.
Declaration
Objective-C
IntentHandlerTypeWhatIsNearby
Swift
case whatIsNearby = 2
-
SearchAround type.
Declaration
Objective-C
IntentHandlerTypeSearchAround
Swift
case searchAround = 3
-
OpenSearch type.
Declaration
Objective-C
IntentHandlerTypeOpenSearch
Swift
case openSearch = 4
-
DriveTo type.
Declaration
Objective-C
IntentHandlerTypeDriveTo
Swift
case driveTo = 5
-
WalkTo type.
Declaration
Objective-C
IntentHandlerTypeWalkTo
Swift
case walkTo = 6
-
BikeTo type.
Declaration
Objective-C
IntentHandlerTypeBikeTo
Swift
case bikeTo = 7
-
TruckTo type.
Declaration
Objective-C
IntentHandlerTypeTruckTo
Swift
case truckTo = 8
-
PublicTransportTo type.
Declaration
Objective-C
IntentHandlerTypePublicTransportTo
Swift
case publicTransportTo = 9
-
NavigateVia type.
Declaration
Objective-C
IntentHandlerTypeNavigateVia
Swift
case navigateVia = 10
-
GetDirections type.
Declaration
Objective-C
IntentHandlerTypeGetDirections
Swift
case getDirections = 11
-
AddToFavorites type.
Declaration
Objective-C
IntentHandlerTypeAddToFavorites
Swift
case addToFavorites = 12
-
SaveAsHome type.
Declaration
Objective-C
IntentHandlerTypeSaveAsHome
Swift
case saveAsHome = 13
-
SaveAsWork type.
Declaration
Objective-C
IntentHandlerTypeSaveAsWork
Swift
case saveAsWork = 14
-
Unknown type.
Declaration
Objective-C
IntentHandlerTypeUnknown
Swift
case unknown = 15