C# 클래스 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
파일 보기 프로젝트 열기: inthehand/Charming 1 사용 예제들

공개 메소드들

메소드 설명
RequestStoreAsync ( ) : Task

ShowPhoneCallUI ( string phoneNumber, string displayName ) : void

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

비공개 메소드들

메소드 설명
CleanPhoneNumber ( string phoneNumber ) : string
PhoneCallManager ( ) : InTheHand.UI.Popups

메소드 상세

RequestStoreAsync() 공개 정적인 메소드

public static RequestStoreAsync ( ) : Task
리턴 Task

ShowPhoneCallUI() 공개 정적인 메소드

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.
리턴 void