REST.Backend.PushTypes.TPushData.Extras

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Extras: TExtras read FExtras write SetExtras;

C++

__property TExtras* Extras = {read=FExtras, write=SetExtras};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes TPushData

Description

Additional data of the push data object that is not part of the message, the custom settings for Android or the custom settings for iOS.

See Also