OnObbStateChangeListener.ErrorInternal フィールド

定義

注意事項

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_INTERNAL")]
[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 ErrorInternal = 20;
[<Android.Runtime.Register("ERROR_INTERNAL")>]
[<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 ErrorInternal : Android.OS.Storage.ObbError

フィールド値

Value = 20
属性

注釈

OBB のマウント中に内部システム エラーが発生しました。 を介して行われた呼び出しからのステータス メッセージで返されます StorageManager

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

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

適用対象