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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
 
(summary)
 
Строка 16: Строка 16:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(const AText: [[string]])</code>
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(const AText: [[string]])</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 +
|-
 +
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(const AJSONObject: [[TJSONObject]])</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
|}

Текущая версия на 17:24, 23 декабря 2022

Delphi

TfgPushNotification = class (TPushServiceNotification)

TPushServiceNotification -> TfgPushNotification

Описание

Базовый класс Push-уведомления.

Конструкторы

constructor
Create(const AText: string)

Описание отсутствует.

constructor
Create(const AJSONObject: TJSONObject)

Описание отсутствует.

Методы

function
ToString(): string

Описание отсутствует.

Свойства

property
JSON: TJSONObject

Описание отсутствует.