---
title: INDefaultCardTemplate
framework: intents
role: symbol
role_heading: Class
path: intents/indefaultcardtemplate
---

# INDefaultCardTemplate

## INDefaultCardTemplate

INDefaultCardTemplate Class of Intents A card template for customizing the Siri watch face for a shortcut.

``` class INDefaultCardTemplate ```

Overview

The Siri watch face displays a relevant shortcut using information from the [INIntent](/documentation/intents/inintent) or [NSUserActivity](/documentation/Foundation/NSUserActivity) provided when creating the shortcut. If you want to provide watch specific information—for example, to display a shorter title—provide the relevant shortcut a default card template by setting the [watchTemplate](/documentation/intents/inrelevantshortcut/watchtemplate) property. The template allows your app to set the [title](/documentation/intents/indefaultcardtemplate/title), [subtitle](/documentation/intents/indefaultcardtemplate/subtitle), and [image](/documentation/intents/indefaultcardtemplate/image). For more information, see [Displaying Shortcut Information in a Siri Watch Face Card](/documentation/SiriKit/displaying-shortcut-information-in-a-siri-watch-face-card).

[IMAGE]: A screenshot of the Siri watch face showing a custom default card template with callouts for image, title, and subtitle.

Inherits From

[NSObject](/documentation/ObjectiveC/NSObject-swift.class)

Conforms To

[CVarArg](/documentation/Swift/CVarArg) [CustomDebugStringConvertible](/documentation/Swift/CustomDebugStringConvertible) [CustomStringConvertible](/documentation/Swift/CustomStringConvertible) [Equatable](/documentation/Swift/Equatable) [Hashable](/documentation/Swift/Hashable) [NSCoding](/documentation/Foundation/NSCoding) [NSCopying](/documentation/Foundation/NSCopying) [NSObjectProtocol](/documentation/ObjectiveC/NSObjectProtocol) [NSSecureCoding](/documentation/Foundation/NSSecureCoding)
