Instance Property インスタンスプロパティ

hasReplyButton

A Boolean value that specifies whether the notification displays a reply button. 通知がリプレイボタンを表示するかどうかを指定するブール値。

Declaration 宣言

@property BOOL hasReplyButton;

Discussion 議論

Set to YES if the notification has a reply button. The default value is NO. If this property and hasActionButton are both YES, the reply button is shown. 通知がリプレイボタンを持つならば、YESに設定してください。省略時の値はNOです。このプロパティとhasActionButtonが両方ともYESならば、リプレイボタンは表示されます。

See Also 参照

Displayed Notification Buttons 表示される通知ボタン