setDialogIcon

open fun setDialogIcon(@Nullable dialogIcon: Drawable)(source)

Sets the icon of the dialog. This will be shown on subsequent dialogs.

Parameters

dialogIcon

The icon, as a Drawable


open fun setDialogIcon(dialogIconRes: Int)(source)

Sets the icon (resource ID) of the dialog. This will be shown on subsequent dialogs.

Parameters

dialogIconRes

The icon, as a resource ID