Compartilhar via


AccessoryManager.RejectPhoneCall Método

Definição

Sobrecargas

RejectPhoneCall(UInt32)

Rejeita uma chamada telefônica com o identificador fornecido.

RejectPhoneCall(UInt32, UInt32)

Rejeita uma chamada telefônica com o identificador fornecido e envia uma resposta SMS.

RejectPhoneCall(UInt32)

Rejeita uma chamada telefônica com o identificador fornecido.

public:
 static void RejectPhoneCall(unsigned int phoneCallId);
/// [Windows.Foundation.Metadata.Overload("RejectPhoneCall")]
 static void RejectPhoneCall(uint32_t const& phoneCallId);
[Windows.Foundation.Metadata.Overload("RejectPhoneCall")]
public static void RejectPhoneCall(uint phoneCallId);
function rejectPhoneCall(phoneCallId)
Public Shared Sub RejectPhoneCall (phoneCallId As UInteger)

Parâmetros

phoneCallId
UInt32

unsigned int

uint32_t

O identificador de chamada telefônica.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
accessoryManager

Comentários

Chamar essa API requer que os recursos ID_CAP_SMS e ID_CAP_SMS_COMPANION sejam especificados no manifesto do aplicativo.

Confira também

Aplica-se a

RejectPhoneCall(UInt32, UInt32)

Rejeita uma chamada telefônica com o identificador fornecido e envia uma resposta SMS.

public:
 static void RejectPhoneCall(unsigned int phoneCallId, unsigned int textResponseID);
/// [Windows.Foundation.Metadata.Overload("RejectPhoneCallWithText")]
 static void RejectPhoneCall(uint32_t const& phoneCallId, uint32_t const& textResponseID);
[Windows.Foundation.Metadata.Overload("RejectPhoneCallWithText")]
public static void RejectPhoneCall(uint phoneCallId, uint textResponseID);
function rejectPhoneCall(phoneCallId, textResponseID)
Public Shared Sub RejectPhoneCall (phoneCallId As UInteger, textResponseID As UInteger)

Parâmetros

phoneCallId
UInt32

unsigned int

uint32_t

O identificador de chamada telefônica.

textResponseID
UInt32

unsigned int

uint32_t

O identificador do TextResponse.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
accessoryManager

Comentários

Chamar essa API requer que os recursos ID_CAP_SMS e ID_CAP_SMS_COMPANION sejam especificados no manifesto do aplicativo.

Confira também

Aplica-se a