RemoteViews.SetBitmap(Int32, String, Bitmap) Method

Definition

Call a method taking one Bitmap on a view in the layout for this RemoteViews.

[Android.Runtime.Register("setBitmap", "(ILjava/lang/String;Landroid/graphics/Bitmap;)V", "GetSetBitmap_ILjava_lang_String_Landroid_graphics_Bitmap_Handler")]
public virtual void SetBitmap (int viewId, string? methodName, Android.Graphics.Bitmap? value);
[<Android.Runtime.Register("setBitmap", "(ILjava/lang/String;Landroid/graphics/Bitmap;)V", "GetSetBitmap_ILjava_lang_String_Landroid_graphics_Bitmap_Handler")>]
abstract member SetBitmap : int * string * Android.Graphics.Bitmap -> unit
override this.SetBitmap : int * string * Android.Graphics.Bitmap -> unit

Parameters

viewId
Int32

The id of the view on which to call the method.

methodName
String

The name of the method to call.

value
Bitmap

The value to pass to the method.

Attributes

Remarks

Java documentation for android.widget.RemoteViews.setBitmap(int, java.lang.String, android.graphics.Bitmap).

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