共用方式為


CompanionDeviceManager.StopObservingDevicePresence(String) 方法

定義

每當相關聯的裝置進出範圍時,取消註冊以接收回呼。

[Android.Runtime.Register("stopObservingDevicePresence", "(Ljava/lang/String;)V", "", ApiSince=31)]
[Android.Runtime.RequiresPermission("android.permission.REQUEST_OBSERVE_COMPANION_DEVICE_PRESENCE")]
public void StopObservingDevicePresence (string deviceAddress);
[<Android.Runtime.Register("stopObservingDevicePresence", "(Ljava/lang/String;)V", "", ApiSince=31)>]
[<Android.Runtime.RequiresPermission("android.permission.REQUEST_OBSERVE_COMPANION_DEVICE_PRESENCE")>]
member this.StopObservingDevicePresence : string -> unit

參數

deviceAddress
String

先前相關聯的隨附裝置位址

屬性

備註

每當相關聯的裝置進出範圍時,取消註冊以接收回呼。

提供的裝置必須與 #associate associated 呼叫的應用程式搭配使用,才能呼叫這個方法。

呼叫應用程式必須宣告 uses-permission android.Manifest.permission#REQUEST_OBSERVE_COMPANION_DEVICE_PRESENCE

呼叫應用程式必須先檢查 的功能是否存在, PackageManager#FEATURE_COMPANION_DEVICE_SETUP 才能呼叫此 API。

android.companion.CompanionDeviceManager.stopObservingDevicePresence(java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於