application クラス : SendAppNotice(string)メソッド
説明
"AppNotice"イベントを発火します。
構文
instance.SendAppNotice(string data)
引数
| クラス | 名前 | 説明 |
| string | data | 通知データ。 |
返り値
無し。
サンプルコード
| 1: | application app; |
| 2: | app.SendAppNotice("Send data"); |
注意
無し。
参照リンク
無し。
"AppNotice"イベントを発火します。
instance.SendAppNotice(string data)
| クラス | 名前 | 説明 |
| string | data | 通知データ。 |
無し。
| 1: | application app; |
| 2: | app.SendAppNotice("Send data"); |
無し。
無し。