TTSMessagePriority
public struct TTSMessagePriority
                TtsMessagePriority defines the priority level and timeout of the message.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
Initializes the
TtsMessagePrioritywith the priority and the timeout.Declaration
Swift
public init(priorityLevel: UInt = 0, timeout: TimeInterval)Parameters
priorityLevelDefines the importance of the message. Lower value means higher priority.
timeoutDefines how long the message can stay in the queue. If no value is provided a default one will be used.
 
- 
                  
                  
Declaration
Swift
public let priorityLevel: UInt - 
                  
                  
Declaration
Swift
public let timeout: TimeInterval 
        
 
          TomTom SDK for iOS (0.40.0)
        
          TTSMessagePriority