CarPlayActivity
public enum CarPlayActivity : Int
The activity during which a CPTemplate is displayed. This enumeration is used to distinguish between different templates during different phases of user interaction.
-
The user is browsing the map or searching for a destination.
Declaration
Swift
case browsing -
The user is panning while browsing the map interface.
Declaration
Swift
case panningInBrowsingMode -
The user is panning during active navigation.
Declaration
Swift
case panningInNavigationMode -
The user is previewing a route or selecting among multiple routes.
Declaration
Swift
case previewing -
The user is actively navigating along a route.
Declaration
Swift
case navigating
Install in Dash
CarPlayActivity Enumeration Reference