MQPromptPlacement
enum MQPromptPlacement {}
Prompt placement enum that defines when the prompt should be played
-
Unknown prompt placement
Declaration
Objective-C
MQPromptPlacementUnknown = -999999
Swift
case unknown = -999999
-
Prompt should finish playing before the position on route
Declaration
Objective-C
MQPromptPlacementBefore = 0
Swift
case before = 0
-
Prompt should start playing after the position on route
Declaration
Objective-C
MQPromptPlacementAfter = 1
Swift
case after = 1