Notification.WearableExtender.CustomContentHeight 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.
Get the custom height in pixels for the display of this notification's content.
public int CustomContentHeight { [Android.Runtime.Register("getCustomContentHeight", "()I", "")] get; }
[<get: Android.Runtime.Register("getCustomContentHeight", "()I", "")>]
member this.CustomContentHeight : int
Property Value
- Attributes
Remarks
Get the custom height in pixels for the display of this notification's content.
This option is only available for custom display notifications created using #setDisplayIntent
. See also #setCustomSizePreset
and #setCustomContentHeight
.
Java documentation for android.app.Notification.WearableExtender.getCustomContentHeight()
.
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.