Share via


PhoneCallTransport Enum

Definition

Represents the type of transport, cellular or VoIP.

public enum class PhoneCallTransport
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class PhoneCallTransport
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum PhoneCallTransport
var value = Windows.Phone.Notification.Management.PhoneCallTransport.cellular
Public Enum PhoneCallTransport
Inheritance
PhoneCallTransport
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

Name Value Description
Cellular 0

The transport is cellular.

Voip 1

The transport is VoIP.

Remarks

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

Applies to