0% found this document useful (0 votes)
37 views3 pages

Delphi Push Notification API Guide

This document discusses the System.PushNotification package in RAD Studio, which provides classes for managing push notification services. It includes the TPushService abstract class for configuring a push notification service, TPushServiceConnection for representing a service connection, and TPushServiceManager for managing services. The TPushService.Create constructor constructs a service object and initializes it before first use.

Uploaded by

Dr_Book
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views3 pages

Delphi Push Notification API Guide

This document discusses the System.PushNotification package in RAD Studio, which provides classes for managing push notification services. It includes the TPushService abstract class for configuring a push notification service, TPushServiceConnection for representing a service connection, and TPushServiceManager for managing services. The TPushService.Create constructor constructs a service object and initializes it before first use.

Uploaded by

Dr_Book
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

28/06/2018 System.

PushNotification - RAD Studio API Documentation

Show: Delphi C++


Display Preferences

[Link]
From RAD Studio API Documentation

Up to Parent: System

Package [Link]

Classes
EPushServiceError
TPushService Abstract class that configures a service in order to receive push notifications.
TPushServiceConnection This class represents the required connection in order to receive push notifications.
TPushServiceManager This class is responsible for managing push notification services.
TPushServiceNotification An abstract class that defines the contents of a push notification.

Retrieved from "[Link]


title=[Link]&oldid=735319"

This page was last modified on 1 October 2015, at 09:58.


Help Feedback (QP, email)

[Link] 1/1
28/06/2018 [Link] - RAD Studio API Documentation

Show: Delphi C++


Display Preferences

[Link]
From RAD Studio API Documentation

Up to Parent: TPushService

Delphi

constructor Create(const AOwner: TPushServiceManager; const AServiceName: string); virtual;

C++

__fastcall virtual TPushService(TPushServiceManager* const AOwner, const System::UnicodeString AServiceName);

Properties

Type Visibility Source Unit Parent


[Link]
constructor public [Link] TPushService
[Link]

Description
Constructs an object and initializes its data before the object is first used.

[Link] inherits from [Link]. All content below this line


refers to [Link].

Constructs an object and initializes its data before the object is first used.

Create constructs an object. The purpose, size, and behavior of objects differ greatly. The Create constructor
defined by TObject allocates memory but does not initialize data.

Descendant objects usually define a constructor that creates the particular kind of object and initializes its data.

Note: If an exception escapes from a constructor, the object's destructor is called to clean up the
failed instance.

See Also

Destroy

Free

Retrieved from "[Link]


title=[Link]&oldid=628679"

Category: API Documentation

[Link] 1/2
28/06/2018 [Link] - RAD Studio API Documentation

This page was last modified on 13 February 2014, at 22:41.


Help Feedback (QP, email)

[Link] 2/2

You might also like