Langue

RemoteViews.SetBlendMode(Int32, String, BlendMode) Méthode

Définition

Appelez une méthode prenant un BlendMode sur une vue dans la disposition de ces RemoteViews.

[Android.Runtime.Register("setBlendMode", "(ILjava/lang/String;Landroid/graphics/BlendMode;)V", "GetSetBlendMode_ILjava_lang_String_Landroid_graphics_BlendMode_Handler", ApiSince=31)]
public virtual void SetBlendMode(int viewId, string methodName, Android.Graphics.BlendMode? value);
[<Android.Runtime.Register("setBlendMode", "(ILjava/lang/String;Landroid/graphics/BlendMode;)V", "GetSetBlendMode_ILjava_lang_String_Landroid_graphics_BlendMode_Handler", ApiSince=31)>]
abstract member SetBlendMode : int * string * Android.Graphics.BlendMode -> unit
override this.SetBlendMode : int * string * Android.Graphics.BlendMode -> unit

Paramètres

viewId
Int32

ID de la vue sur laquelle appeler la méthode.

methodName
String

Nom de la méthode à appeler.

value
BlendMode

Valeur à passer à la méthode.

Attributs

Remarques

Java documentation pour android.widget.RemoteViews.setBlendMode(int, java.lang.String, android.graphics.BlendMode).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à