Interface: NavigationAlert
An alert panel that displays map or navigation related information to the user.
Table of contents
Properties
Properties
darkImage
• Optional
darkImage: ImageSourcePropType
Defined in
packages/react-native-carplay/src/interfaces/NavigationAlert.ts:25 (opens in a new tab)
duration
• duration: number
The amount of time, in seconds, that the alert is visible.
Defined in
packages/react-native-carplay/src/interfaces/NavigationAlert.ts:45 (opens in a new tab)
lightImage
• Optional
lightImage: ImageSourcePropType
Defined in
packages/react-native-carplay/src/interfaces/NavigationAlert.ts:24 (opens in a new tab)
primaryAction
• primaryAction: NavigationAlertAction
The primary action, and button, for the navigation alert.
Defined in
packages/react-native-carplay/src/interfaces/NavigationAlert.ts:37 (opens in a new tab)
secondaryAction
• Optional
secondaryAction: NavigationAlertAction
An optional, secondary action (and button) for the navigation alert.
Defined in
packages/react-native-carplay/src/interfaces/NavigationAlert.ts:41 (opens in a new tab)
subtitleVariants
• Optional
subtitleVariants: string
[]
An array of subtitle strings.
Defined in
packages/react-native-carplay/src/interfaces/NavigationAlert.ts:33 (opens in a new tab)
titleVariants
• titleVariants: string
[]
An array of title strings.
Defined in
packages/react-native-carplay/src/interfaces/NavigationAlert.ts:29 (opens in a new tab)