---
title: WKUserNotificationInterfaceType.default
framework: watchkit
role: symbol
role_heading: Case
path: watchkit/wkusernotificationinterfacetype/default
---

# WKUserNotificationInterfaceType.default

A constant indicating that the system should display the corresponding static interface instead. When you return this value, the system takes responsibility for displaying the notification’s content.

## Declaration

```swift
case `default`
```

## See Also

### Constants

- [WKUserNotificationInterfaceType.custom](watchkit/wkusernotificationinterfacetype/custom.md)
