Share via


PhoneIncomingCallDismissedReason Enumeration

Definition

Gibt den Grund für den IncomingCallDismissed-Trigger an.

Hinweis

Diese Enumeration ist veraltet.

public enum class PhoneIncomingCallDismissedReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, 131072)]
enum class PhoneIncomingCallDismissedReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, 131072)]
/// [Windows.Foundation.Metadata.Deprecated("PhoneIncomingCallDismissedReason is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.ApplicationModel.Calls.Background.CallsBackgroundContract")]
enum class PhoneIncomingCallDismissedReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract), 131072)]
public enum PhoneIncomingCallDismissedReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract), 131072)]
[Windows.Foundation.Metadata.Deprecated("PhoneIncomingCallDismissedReason is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.ApplicationModel.Calls.Background.CallsBackgroundContract")]
public enum PhoneIncomingCallDismissedReason
var value = Windows.ApplicationModel.Calls.Background.PhoneIncomingCallDismissedReason.unknown
Public Enum PhoneIncomingCallDismissedReason
Vererbung
PhoneIncomingCallDismissedReason
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
API contract
Windows.ApplicationModel.Calls.Background.CallsBackgroundContract (eingeführt in v2.0)

Felder

CallRejected 1

Eingehender Anruf wird aufgrund einer Ablehnung durch den Benutzer abgelehnt.

ConnectionLost 3

Eingehender Anruf wird aufgrund eines Verbindungsverlusts abgebrochen.

TextReply 2

Eingehender Anruf wird aufgrund der Textantwort des Benutzers geschlossen.

Unknown 0

Eingehender Anruf wird unerwartet beendet. Der Grund ist unbekannt.

Gilt für: