PhoneTriggerType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique un type d’événement pour un déclencheur de téléphone.
public enum class PhoneTriggerType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneTriggerType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, 65536)]
/// [Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 131072)]
enum class PhoneTriggerType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, 65536)]
/// [Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 196608)]
enum class PhoneTriggerType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneTriggerType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract), 65536)]
[Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 131072)]
public enum PhoneTriggerType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract), 65536)]
[Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 196608)]
public enum PhoneTriggerType
var value = Windows.ApplicationModel.Calls.Background.PhoneTriggerType.newVoicemailMessage
Public Enum PhoneTriggerType
- Héritage
-
PhoneTriggerType
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
Windows Desktop Extension SDK (introduit dans 10.0.10586.0) Windows Mobile Extension SDK (introduit dans 10.0.10586.0) Windows 10, version 1809 (introduit dans 10.0.17763.0) |
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduit dans v1.0)
Windows.ApplicationModel.Calls.Background.CallsBackgroundContract (introduit dans v1.0) |
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|
Champs
AirplaneModeDisabledForEmergencyCall | 3 | Le mode avion sur une ligne téléphonique a été désactivé afin que le téléphone puisse passer un appel d’urgence. |
CallBlocked | 5 | L’appel a été bloqué. |
CallHistoryChanged | 1 | L’historique des appels a changé. |
CallOriginDataRequest | 4 | Une demande a été faite pour l’origine de l’appel téléphonique. Notes Cette constante est déconseillée. |
IncomingCallDismissed | 6 | L’appel entrant a été ignoré. Notes Cette constante est déconseillée. |
IncomingCallNotification | 7 | Il y a un nouvel appel entrant. |
LineChanged | 2 | PhoneLineProperties a changé. |
NewVoicemailMessage | 0 | Le système a reçu un nouveau message vocal ou le nombre de messages vocaux est passé à 0. |
Remarques
Historique des versions
Version de Windows | Version du SDK | Valeur ajoutée |
---|---|---|
1903 | 18362 | IncomingCallDismissed |