IPhoneDialer Interface

Definition

The PhoneDialer API enables an application to open a phone number in the dialer.

public interface class IPhoneDialer
public interface IPhoneDialer
type IPhoneDialer = interface
Public Interface IPhoneDialer

Properties

IsSupported

Gets a value indicating whether using the phone dialer is supported on this device.

Methods

Open(String)

Open the phone dialer to a specific phone number.

Applies to