OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::ToastNotificationItem Struct Reference

トースト通知の設定 More...

#include <ToastNotificationItem.hpp>

Public Attributes

String title
 通知のタイトル More...
 
String message
 通知するメッセージ More...
 
FilePath imagePath
 表示する画像のファイルパス More...
 
Array< Stringactions
 ユーザの選択肢 More...
 
bool audio = true
 効果音を利用できる場合, 効果音を再生するか More...
 

Detailed Description

トースト通知の設定

Member Data Documentation

◆ actions

Array<String> s3d::ToastNotificationItem::actions

ユーザの選択肢

◆ audio

bool s3d::ToastNotificationItem::audio = true

効果音を利用できる場合, 効果音を再生するか

Remarks
Windows 版でのみ有効です

◆ imagePath

FilePath s3d::ToastNotificationItem::imagePath

表示する画像のファイルパス

◆ message

String s3d::ToastNotificationItem::message

通知するメッセージ

◆ title

String s3d::ToastNotificationItem::title

通知のタイトル


The documentation for this struct was generated from the following file: