C# Class InTheHand.ApplicationModel.Calls.PhoneCallManager

Provides methods for launching the built-in phone call UI.
PlatformVersion supported AndroidAndroid 4.4 and later iOSiOS 9.0 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later Windows (Desktop Apps)Windows Vista or later
ファイルを表示 Open project: inthehand/Charming Class Usage Examples

Public Methods

Method Description
RequestStoreAsync ( ) : Task

ShowPhoneCallUI ( string phoneNumber, string displayName ) : void

Launches the built-in phone call UI with the specified phone number and display name.

Private Methods

Method Description
CleanPhoneNumber ( string phoneNumber ) : string
PhoneCallManager ( ) : InTheHand.UI.Popups

Method Details

RequestStoreAsync() public static method

public static RequestStoreAsync ( ) : Task
return Task

ShowPhoneCallUI() public static method

Launches the built-in phone call UI with the specified phone number and display name.
public static ShowPhoneCallUI ( string phoneNumber, string displayName ) : void
phoneNumber string A phone number. /// This should be in international format e.g. +12345678901
displayName string A display name.
return void