var title: String?
Specifies the title of the notification.
通知のタイトルを指定します。
var subtitle: String?
Specifies the subtitle of the notification.
通知のサブタイトルを指定します。
var informativeText : String?
The body text of the notification.
通知の本文。
var contentImage : NSImage?
Image shown in the content of the notification.
通知の内容で示される画像。
var identifier: String?
A string that uniquely identifies a notification.
通知を特有に識別する文字列。
var response: NSAttributedString?
The response with which the user responded to a notification.
それでユーザが通知に応答した応答。
var responsePlaceholder : String?
Optional placeholder string for inline reply field.
インラインリプレイフィールドに対する随意のプレースホルダ文字列。