A notification informs a user about information received on their Apple Watch, such as a message, an upcoming appointment, or new data. These notifications appear in the form of an alert message or a badge on the app icon. Depending on the app settings, you may also hear a voice alert when you receive a notification. The iOS platform supports both local notifications and remote notifications (or push notifications.)
A local notification is scheduled by an app and delivered on the same device. Whereas, a remote notification is sent by your server to the Apple Push Notification service (APNS) and from there the notification is delivered to your device.
The notifications you receive are either short look notification or long look notifications. To customize a
The following example shows how a notification appears on your watch.
| Short-Look Notification | Long-Look Notification |
|---|---|
|
|
You may receive a Short-Look notification instead of a Long-Look notification due to the following reasons:
A notification consist of following panes:
In Kony Visualizer, initially when you add a notification, it implies that you are adding a static notification. Only after you add a static notification, you can add a dynamic notification.
To add a static notification, follow these steps:
You can add a dynamic notification only after you have added a static notification. For each static notification, you can add only a single dynamic notification.
To add a static notification, follow these steps:
A new dynamic notification is created with the same name as static notification and appended with the word [Dynamic]. For example, if a static notification is named watchNotification, its dynamic notification is named as watchNotification [Dynamic].
Note: If a static notification is renamed, its dynamic notification is also renamed. The dynamic notification follows the naming convention Name of the static notification + [Dynamic].

The notification properties contain the following tabs:
On the Look tab, you set properties that control the way a notification appears on a watch.
Denotes the name of a notification. When a notification is added to a watch, a unique name is assigned to the notification. You can rename a notification by entering a new name in the ID box.
Note: You can also rename a notification from the Project Explorer by right-clicking a notification, and then clicking Rename.
Defines the space between the content of the notification and the notification boundaries. You can use this option to assign the top, left, right, and bottom distance between the notification content and the notification boundaries.
| Property | Definition | Action |
|---|---|---|
| Top | Top padding | Move the slider to adjust the top padding of a notification. |
| Bottom | Bottom padding | Move the slider to adjust the bottom padding of a notification. |
| Left | Left padding | Move the slider to adjust the left padding of a notification. |
| Right | Right padding |
Move the slider to adjust the right padding of a notification. |
to apply uniform margins across all the padding boundaries of a notification. A skin defines the background color that you apply to a Normal state of a notification. For more information on skins, see Understanding Skins and Themes.
This section list the properties that you can control for static notifications.
This property defines the amount of space between the widgets in a notification. The spacing values are assigned in Dp format and can take values in the range of 0-100 Dp.
The Sash Blur controls the background color of Sash area. You can either have the background color of a notification as the background color of the Sash area or choose a unique background color for the Sash area. To assign a background color, do one of the following:
Controls the font color of the title in the Sash area.
Click on the color palette icon next to Title Color to open the color palette. Choose a required color for use as font color for the title text.
A notification label controls the text that appear on a short notification. The Notification Label list displays all the Label widgets added to App Content pane. Click on a Label widget to use a notification label.
On this tab, you define the events that are executed when an action is run. For a notification, you can run the following actions:
| Copyright © 2013 Kony, Inc. All rights reserved. |