PhoneLine.IsImmediateDialNumberAsync(String) Method
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.
Check if a number should be dialed immediately from the dialer without requiring the user to press the call button.
public:
virtual IAsyncOperation<bool> ^ IsImmediateDialNumberAsync(Platform::String ^ number) = IsImmediateDialNumberAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsImmediateDialNumberAsync(winrt::hstring const& number);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsImmediateDialNumberAsync(string number);
function isImmediateDialNumberAsync(number)
Public Function IsImmediateDialNumberAsync (number As String) As IAsyncOperation(Of Boolean)
Parameters
- number
-
String
Platform::String
winrt::hstring
The phone number to check for immediate dialing.
Returns
An asynchronous boolean response. True indicates that the number should be dialed immediately.
- Attributes
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|