Notification.WearableExtender.StartScrollBottom プロパティ

定義

この通知の内容のスクロール位置が、画面内に表示するには長すぎる場合に、上部ではなくコンテンツの下部から開始する必要があるかどうかを取得します。

public bool StartScrollBottom { [Android.Runtime.Register("getStartScrollBottom", "()Z", "")] get; }
[<get: Android.Runtime.Register("getStartScrollBottom", "()Z", "")>]
member this.StartScrollBottom : bool

プロパティ値

属性

注釈

この通知の内容のスクロール位置が、画面内に表示するには長すぎる場合に、上部ではなくコンテンツの下部から開始する必要があるかどうかを取得します。 既定値は false です (上部のスクロールを開始します)。

の Java ドキュメント android.app.Notification.WearableExtender.getStartScrollBottom()

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

適用対象