StorageManager.UnregisterStorageVolumeCallback Method

Definition

Unregisters the given callback from listening for StorageVolume changes.

[Android.Runtime.Register("unregisterStorageVolumeCallback", "(Landroid/os/storage/StorageManager$StorageVolumeCallback;)V", "GetUnregisterStorageVolumeCallback_Landroid_os_storage_StorageManager_StorageVolumeCallback_Handler", ApiSince=30)]
public virtual void UnregisterStorageVolumeCallback (Android.OS.Storage.StorageManager.StorageVolumeCallback callback);
[<Android.Runtime.Register("unregisterStorageVolumeCallback", "(Landroid/os/storage/StorageManager$StorageVolumeCallback;)V", "GetUnregisterStorageVolumeCallback_Landroid_os_storage_StorageManager_StorageVolumeCallback_Handler", ApiSince=30)>]
abstract member UnregisterStorageVolumeCallback : Android.OS.Storage.StorageManager.StorageVolumeCallback -> unit
override this.UnregisterStorageVolumeCallback : Android.OS.Storage.StorageManager.StorageVolumeCallback -> unit

Parameters

Attributes

Remarks

Java documentation for android.os.storage.StorageManager.unregisterStorageVolumeCallback(android.os.storage.StorageVolumeCallback).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to