---
title: init()
framework: carplay
role: symbol
role_heading: Initializer
path: carplay/cpmessagecomposebarbutton/init()
---

# init()

Creates a message compose button with a system-provided image.

## Declaration

```swift
init()
```

## Return Value

Return Value A message compose button with a system-provided image.

## Discussion

Discussion note: This button type does not use a handler. Instead, tapping this button activates Siri and initiates the compose message flow.

## See Also

### Creating a Message Compose Bar Button

- [init(image:)](carplay/cpmessagecomposebarbutton/init(image:).md)
