PhoneCallManager.IsCallIncoming Property

Definition

Gets a value that indicates if a call is incoming on the device.

public:
 static property bool IsCallIncoming { bool get(); };
static bool IsCallIncoming();
public static bool IsCallIncoming { get; }
var boolean = PhoneCallManager.isCallIncoming;
Public Shared ReadOnly Property IsCallIncoming As Boolean

Property Value

Boolean

bool

True if a call is incoming on the device; otherwise false.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to