REST.Backend.EMSProvider.TCustomEMSConnectionInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomEMSConnectionInfo(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

Description

Creates an instance of TCustomEMSConnectionInfo.

Create initializes the information about the EMS connection, such as the ApplicationId key, AppSecret key, and the MasterSecret key.

Create sets the ApiVersion to 1, the default URLProtocol to http and formats the BaseURL.

Create also creates a new TAndroidPush and a new TNotifyList for the EMS connection.

See Also