FGX.Toasts.IFGXToastService

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску

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