Android.App.Notification.Color Property
Accent color (an ARGB integer like the constants in Android.Graphics.Color) to be applied by the standard Style templates when presenting this notification.

Syntax

[Android.Runtime.Register("color")]
public Android.Graphics.Color Color { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Accent color (an ARGB integer like the constants in Android.Graphics.Color) to be applied by the standard Style templates when presenting this notification. The current template design constructs a colorful header image by overlaying the Notification.Icon image (stenciled in white) atop a field of this color. Alpha components are ignored.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1