Table of Contents

TTMSFNCCloudSMSPlatformServices.GetPlatformService Method

Returns the platform service registered under the given identifier.

API unit family: TMSFNCCloudSMS Declaring type: TTMSFNCCloudSMSPlatformServices

Syntax

function GetPlatformService(const AServiceGUID: TGUID): IInterface;

Parameters

Name Description
AServiceGUID Identifier of the service to retrieve.

Returns

The registered service interface, or nil when none is registered.