Language

MediaProjectionAppContent.Thumbnail Property

Definition

Returns the optional thumbnail representing the content.

public Android.Graphics.Bitmap? Thumbnail { [Android.Runtime.Register("getThumbnail", "()Landroid/graphics/Bitmap;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getThumbnail", "()Landroid/graphics/Bitmap;", "", ApiSince=37)>]
member this.Thumbnail : Android.Graphics.Bitmap

Property Value

Returns the optional thumbnail representing the content.

Attributes

Remarks

Returns the optional thumbnail representing the content. The thumbnail's goal is to give a preview of the shared content.

Android reference for android.media.projection.MediaProjectionAppContent.getThumbnail.

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