AccessoryManager.RejectPhoneCall 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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_SMS 和 ID_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_SMS 和 ID_CAP_SMS_COMPANION 功能。