API:REST.Backend.PushDevice.TPushEvents

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.PushDevice.TCustomPushEventsREST.Backend.BindSource.TBackendBindSourceComponentAuthREST.Backend.BindSource.TBackendBindSourceComponentTPushEvents

Delphi

TPushEvents = class(TCustomPushEvents)

C++

class PASCALIMPLEMENTATION TPushEvents : public TCustomPushEvents

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.PushDevice.pas
REST.Backend.PushDevice.hpp
REST.Backend.PushDevice REST.Backend.PushDevice

Description

Contains information about registering for and receiving push notification on a device.

REST.Backend.PushDevice.TPushEvents inherits from REST.Backend.PushDevice.TCustomPushEvents. All content below this line refers to REST.Backend.PushDevice.TCustomPushEvents.

Contains information about registering for and receiving push notification on a device.

Use TCustomPushEvents to register for or to receive push notification.

See Also