Version: 5.3 (switch to 5.4b)
ЯзыкEnglish
  • C#
  • JS

Язык программирования

Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.

Toast

class in UnityEngine.WSA

Руководство

Описание

Represents a toast notification in Windows Store Apps.

Application must be declared "Toast capable" in manifest for toast notifications to work.

Переменные

activated true if toast was activated by user.
argumentsArguments to be passed for application when toast notification is activated.
dismissed true if toast notification was dismissed (for any reason).
dismissedByUser true if toast notification was explicitly dismissed by user.

Открытые функции

HideHide displayed toast notification.
ShowShow toast notification.

Статические функции

CreateCreate toast notification.
GetTemplateGet template XML for toast notification.