FMX.PhoneDialer.TOnCallStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnCallStateChanged)(const System::UnicodeString ACallID, const TCallState AState);

Properties

Type Visibility Source Unit Parent
typedef public FMX.PhoneDialer.hpp FMX.PhoneDialer FMX.PhoneDialer

Description

Is a procedural type used by the OnCallStateChanged event. The ACallID parameter contains the ID of the call and the AState parameter contains the call state.

See Also