OnObbStateChangeListener.ErrorCouldNotUnmount フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.OS.Storage.ObbError enum directly instead of this field.

OBB をマウント解除できませんでした。

[Android.Runtime.Register("ERROR_COULD_NOT_UNMOUNT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.ObbError enum directly instead of this field.", true)]
public const Android.OS.Storage.ObbError ErrorCouldNotUnmount = 22;
[<Android.Runtime.Register("ERROR_COULD_NOT_UNMOUNT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.ObbError enum directly instead of this field.", true)>]
val mutable ErrorCouldNotUnmount : Android.OS.Storage.ObbError

フィールド値

Value = 22
属性

注釈

OBB をマウント解除できませんでした。 これは、ほとんどの場合、ファイルが OBB で使用されていることを示しています。 を介して行われた呼び出しからステータス メッセージで返されます。 StorageManager

android.os.storage.OnObbStateChangeListener.ERROR_COULD_NOT_UNMOUNTJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象