OnObbStateChangeListener.Unmounted フィールド

定義

注意事項

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

OBB コンテナーはマウント解除され、使用できません。

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

フィールド値

Value = 2
属性

注釈

OBB コンテナーはマウント解除され、使用できません。 を介して行われた呼び出しからのステータス メッセージで返されます StorageManager

の Java ドキュメント android.os.storage.OnObbStateChangeListener.UNMOUNTED

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

適用対象