System.PushNotification.TPushServiceConnection

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTPushServiceConnection

Delphi

TPushServiceConnection = class sealed

C++

class PASCALIMPLEMENTATION TPushServiceConnection : /*[[sealed]]*/ public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.PushNotification.pas
System.PushNotification.hpp
System.PushNotification System.PushNotification

Description

This class represents the required connection in order to receive push notifications.

TPushServiceConnection provides a connection for a TPushService.

See Also