Notification.ExtraShowBigPictureWhenCollapsed Field
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.
#extras
key: this is a boolean to indicate that the
BigPictureStyle#bigPicture(Bitmap) big picture
is to be shown in the collapsed state
of a BigPictureStyle
notification.
[Android.Runtime.Register("EXTRA_SHOW_BIG_PICTURE_WHEN_COLLAPSED", ApiSince=31)]
public const string ExtraShowBigPictureWhenCollapsed;
[<Android.Runtime.Register("EXTRA_SHOW_BIG_PICTURE_WHEN_COLLAPSED", ApiSince=31)>]
val mutable ExtraShowBigPictureWhenCollapsed : string
Field Value
Implements
- Attributes
Remarks
#extras
key: this is a boolean to indicate that the BigPictureStyle#bigPicture(Bitmap) big picture
is to be shown in the collapsed state of a BigPictureStyle
notification. This will replace a Builder#setLargeIcon(Icon) large icon
in that state if one was provided.
Java documentation for android.app.Notification.EXTRA_SHOW_BIG_PICTURE_WHEN_COLLAPSED
.
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.