FGX.Toasts.IFGXToastService: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
Строка 11: Строка 11:
  
 
<p>Service interface for working with Toasts</p>
 
<p>Service interface for working with Toasts</p>
 
 
== Методы ==
 
== Методы ==
  

Текущая версия на 02:55, 1 июля 2019

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