FMX.PhoneDialer.TPhoneDialerService

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTPhoneDialerService

Delphi

TPhoneDialerService = class abstract (TInterfacedObject, IFMXPhoneDialerService)

C++

class PASCALIMPLEMENTATION TPhoneDialerService : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
FMX.PhoneDialer.pas
FMX.PhoneDialer.hpp
FMX.PhoneDialer FMX.PhoneDialer

Description

Is an abstract class used as base for all phone dialer services.

TPhoneDialerService defines the methods of the IFMXPhoneDialerService interface as virtual abstract. The functionality that will be implemented in subclasses is related to:

  • making a call;
  • getting the carrier;
  • getting the current calls.

See Also