FMX.Platform.TPushDeviceTokenMessage

From RAD Studio API Documentation
Jump to: navigation, search

System.Messaging.TMessageSystem.Messaging.TMessageBaseSystem.TObjectTPushDeviceTokenMessage

Delphi

TPushDeviceTokenMessage = class (System.Messaging.TMessage<TPushDeviceTokenData>);

C++

class PASCALIMPLEMENTATION TPushDeviceTokenMessage : public System::Messaging::TMessage__1<TPushDeviceTokenData>

Properties

Type Visibility Source Unit Parent
class public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Message sent when a device token is received.

TPushDeviceTokenMessage is sent when the application registers for remote notifications with a device token.

TPushDeviceTokenMessage is used internally to manage IOS push notification messages.

See Also