FGX.Toasts.IFGXToastService

Материал из FGX Native Докуметации
Версия от 02:55, 1 июля 2019; Admin (обсуждение | вклад) (summary)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к навигации Перейти к поиску

Delphi

IFGXToastService = interface (IInterface)

IInterface -> IFGXToastService

Описание

Service interface for working with Toasts

Методы

function
CreateToast(const AMessage: string; const ADuration: TfgToastDuration): TfgToast

Creates instance of Toast wit specified parameters

procedure
Show(const AToast: TfgToast)

Shows toast

procedure
Cancel(const AToast: TfgToast)

Hides toast