Android.App.Notification.Icon Property
The resource id of a drawable to use as the icon in the status bar.

Syntax

[Android.Runtime.Register("icon")]
public int Icon { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The resource id of a drawable to use as the icon in the status bar. This is required; notifications with an invalid icon resource will not be shown.

[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