![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
トースト通知の設定 More...
#include <ToastNotificationItem.hpp>
Public Attributes | |
| String | title |
| 通知のタイトル More... | |
| String | message |
| 通知するメッセージ More... | |
| FilePath | imagePath |
| 表示する画像のファイルパス More... | |
| Array< String > | actions |
| ユーザの選択肢 More... | |
| bool | audio = true |
| 効果音を利用できる場合, 効果音を再生するか More... | |
トースト通知の設定
| bool s3d::ToastNotificationItem::audio = true |
効果音を利用できる場合, 効果音を再生するか
| FilePath s3d::ToastNotificationItem::imagePath |
表示する画像のファイルパス
| String s3d::ToastNotificationItem::message |
通知するメッセージ
| String s3d::ToastNotificationItem::title |
通知のタイトル