Share via


PhoneCallDirection Enum

Definition

Represents the direction of the phone call.

public enum class PhoneCallDirection
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class PhoneCallDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum PhoneCallDirection
var value = Windows.Phone.Notification.Management.PhoneCallDirection.incoming
Public Enum PhoneCallDirection
Inheritance
PhoneCallDirection
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)
App capabilities
accessoryManager

Fields

Incoming 0

The phone call is incoming.

Outgoing 1

The phone call is outgoing.

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to