Table of Contents

TTMSFNCCloudSMSPlatformServices.AddPlatformService Method

Registers a platform service interface under a service identifier.

API unit family: TMSFNCCloudSMS Declaring type: TTMSFNCCloudSMSPlatformServices

Syntax

procedure AddPlatformService(const AServiceGUID: TGUID; const AService: IInterface);

Parameters

Name Description
AServiceGUID Identifier the service is registered under.
AService Interface implementing the service.