Android.App.AlertDialog.SetIcon Method
Set resId to 0 if you don't want an icon.

Syntax

[Android.Runtime.Register("setIcon", "(I)V", "GetSetIcon_IHandler")]
public virtual void SetIcon (int resId)

Parameters

resId
the resourceId of the drawable to use as the icon or 0 if you don't want an icon.

Remarks

Set resId to 0 if you don't want an icon.

[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