sticky
read-only property of the Notification
interface specifies whether the notification should be 'sticky' or not. When we say a notification is sticky, it means that notification is not easily clearable by the user. This is specified in the sticky
option of the Notification()
constructor.