FMX.Advertising.IFMXAdvertisingTestModeService.SetTestModeDeviceID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTestModeDeviceID(const ADeviceID: string);

C++

virtual void __fastcall SetTestModeDeviceID(const System::UnicodeString ADeviceID) = 0 ;

Properties

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

Description

Defines the ID of the device that you want to use in the test mode of the advertising service.

You must call SetTestModeDeviceID if SetTestMode cannot successfully determine the ID of your testing device and raises an ETestModeException exception.

You can follow the instructions in Requesting test ads to find out the ID of your testing device.

See Also