PlaybackState.StateSkippingToNext フィールド

定義

注意事項

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

プレーヤーが現在次のアイテムにスキップ中であることを示す状態。

[Android.Runtime.Register("STATE_SKIPPING_TO_NEXT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.", true)]
public const Android.Media.Session.PlaybackStateCode StateSkippingToNext = 10;
[<Android.Runtime.Register("STATE_SKIPPING_TO_NEXT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.", true)>]
val mutable StateSkippingToNext : Android.Media.Session.PlaybackStateCode

フィールド値

Value = 10

実装

属性

注釈

プレーヤーが現在次のアイテムにスキップ中であることを示す状態。

android.media.session.PlaybackState.STATE_SKIPPING_TO_NEXTJava ドキュメント。

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

適用対象