System.PushNotification.TPushServiceManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTPushServiceManager

Delphi

TPushServiceManager = class sealed

C++

class PASCALIMPLEMENTATION TPushServiceManager : /*[[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 is responsible for managing push notification services.

TPushServiceManager allows to add and remove services.

TPushServiceManager also provides information about the current services.

See Also