FMX.Advertising.IFMXAdvertisingTestModeService.GetTestMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTestMode: Boolean;

C++

virtual bool __fastcall GetTestMode() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising IFMXAdvertisingTestModeService

Description

Returns True if the test mode of the advertising service is enabled. It returns False otherwise.

See Also