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
Afficher le fichier Open project: inthehand/Charming Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CleanPhoneNumber ( string phoneNumber ) : string
PhoneCallManager ( ) : InTheHand.UI.Popups

Method Details

RequestStoreAsync() public static méthode

public static RequestStoreAsync ( ) : Task
Résultat Task

ShowPhoneCallUI() public static méthode

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.
Résultat void