OnObbStateChangeListener.ErrorPermissionDenied フィールド

定義

注意事項

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_PERMISSION_DENIED")]
[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 ErrorPermissionDenied = 25;
[<Android.Runtime.Register("ERROR_PERMISSION_DENIED")>]
[<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 ErrorPermissionDenied : Android.OS.Storage.ObbError

フィールド値

Value = 25
属性

注釈

現在のアプリケーションには、この OBB を使用する権限がありません。 これは、OBB が別のパッケージまたは他のエラーによって所有されていることを示している可能性があります。 を介して行われた呼び出しからステータス メッセージで返されます。 StorageManager

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

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

適用対象