Android.App.AlertDialog.SetIconAttribute Method
Set an icon as supplied by a theme attribute. e.g. android.

Syntax

[Android.Runtime.Register("setIconAttribute", "(I)V", "GetSetIconAttribute_IHandler")]
public virtual void SetIconAttribute (int attrId)

Parameters

attrId
ID of a theme attribute that points to a drawable resource.

Remarks

Set an icon as supplied by a theme attribute. e.g. android.R.attr.alertDialogIcon

[Android Documentation]

Requirements

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