Language

MediaProjectionAppContent.Builder.SetIcon(Icon) Method

Definition

Sets the icon to be displayed alongside the title

[Android.Runtime.Register("setIcon", "(Landroid/graphics/drawable/Icon;)Landroid/media/projection/MediaProjectionAppContent$Builder;", "", ApiSince=37)]
public Android.Media.Projection.MediaProjectionAppContent.Builder SetIcon(Android.Graphics.Drawables.Icon icon);
[<Android.Runtime.Register("setIcon", "(Landroid/graphics/drawable/Icon;)Landroid/media/projection/MediaProjectionAppContent$Builder;", "", ApiSince=37)>]
member this.SetIcon : Android.Graphics.Drawables.Icon -> Android.Media.Projection.MediaProjectionAppContent.Builder

Parameters

icon
Icon

Returns

This Builder instance for chaining

Attributes

Remarks

Sets the icon to be displayed alongside the title

Android reference for android.media.projection.MediaProjectionAppContent.Builder.setIcon.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to