Class IncommingCallAlert
Interaction logic for IncommingCallAlert.xaml
Inheritance
System.Object
IncommingCallAlert
Namespace: Simplic.Framework.PhoneInterface.UI
Assembly: Simplic.Framework.dll
Syntax
public class IncommingCallAlert : RadDesktopAlert
Constructors
| Improve this Doc View SourceIncommingCallAlert(IPhoneCall, IPhoneInterface)
Initialize incomming call alert
Declaration
public IncommingCallAlert(IPhoneCall call, IPhoneInterface phoneInterface)
Parameters
| Type | Name | Description |
|---|---|---|
| IPhoneCall | call | |
| IPhoneInterface | phoneInterface |
Properties
| Improve this Doc View SourceCall
Gets the current phone call
Declaration
public IPhoneCall Call { get; }
Property Value
| Type | Description |
|---|---|
| IPhoneCall |