Notification.BigContentView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A large-format version of #contentView
, giving the Notification an
opportunity to show more detail.
[Android.Runtime.Register("bigContentView")]
public Android.Widget.RemoteViews? BigContentView { get; set; }
[<Android.Runtime.Register("bigContentView")>]
member this.BigContentView : Android.Widget.RemoteViews with get, set
Property Value
- Attributes
Remarks
A large-format version of #contentView
, giving the Notification an opportunity to show more detail. The system UI may choose to show this instead of the normal content view at its discretion.
As of N, this field may be null. The expanded notification view is determined by the inputs to Notification.Builder
; a custom RemoteViews can optionally be supplied with Notification.Builder#setCustomBigContentView(RemoteViews)
.
Java documentation for android.app.Notification.bigContentView
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.