PhoneCallManager.IsCallIncoming Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|