共用方式為


AccessoryManager.RejectPhoneCall 方法

定義

多載

RejectPhoneCall(UInt32)

拒絕具有指定識別碼的通話。

RejectPhoneCall(UInt32, UInt32)

拒絕具有指定識別碼的通話,並傳送 SMS 回應。

RejectPhoneCall(UInt32)

拒絕具有指定識別碼的通話。

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)

參數

phoneCallId
UInt32

unsigned int

uint32_t

通話識別碼。

屬性

Windows 需求

應用程式功能
accessoryManager

備註

呼叫此 API 需要在應用程式資訊清單中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

另請參閱

適用於

RejectPhoneCall(UInt32, UInt32)

拒絕具有指定識別碼的通話,並傳送 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)

參數

phoneCallId
UInt32

unsigned int

uint32_t

通話識別碼。

textResponseID
UInt32

unsigned int

uint32_t

TextResponse的識別碼。

屬性

Windows 需求

應用程式功能
accessoryManager

備註

呼叫此 API 需要在應用程式資訊清單中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

另請參閱

適用於