Android.Media.RemoteControlClient.MetadataEditor.PutBitmap Method
Sets the album / artwork picture to be displayed on the remote control.

Syntax

[Android.Runtime.Register("putBitmap", "(ILandroid/graphics/Bitmap;)Landroid/media/RemoteControlClient$MetadataEditor;", "GetPutBitmap_ILandroid_graphics_Bitmap_Handler")]
public virtual RemoteControlClient.MetadataEditor PutBitmap ([Android.Runtime.GeneratedEnum] BitmapKey key, Android.Graphics.Bitmap bitmap)

See Also

Android.Graphics.Bitmap

Parameters

key
the identifier of the bitmap to set. The only valid value is Android.Media.RemoteControlClient.MetadataEditor.BitmapKeyArtwork
bitmap
The bitmap for the artwork, or null if there isn't any.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
!:NoType:IllegalArgumentException
Java.Lang.IllegalArgumentException

Remarks

Sets the album / artwork picture to be displayed on the remote control.

[Android Documentation]

Requirements

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