PlaybackStateEvent.StateAbandoned フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackState enum directly instead of this field.

メディアの末尾に到達する前に、再生は破棄されます。

[Android.Runtime.Register("STATE_ABANDONED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackState enum directly instead of this field.", true)]
public const Android.Media.Metrics.PlaybackState StateAbandoned = 15;
[<Android.Runtime.Register("STATE_ABANDONED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackState enum directly instead of this field.", true)>]
val mutable StateAbandoned : Android.Media.Metrics.PlaybackState

フィールド値

Value = 15

実装

属性

注釈

メディアの末尾に到達する前に、再生は破棄されます。

の Java ドキュメント android.media.metrics.PlaybackStateEvent.STATE_ABANDONED

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

適用対象