RemoteViews.SetDouble(Int32, String, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Call a method taking one double on a view in the layout for this RemoteViews.
[Android.Runtime.Register("setDouble", "(ILjava/lang/String;D)V", "GetSetDouble_ILjava_lang_String_DHandler")]
public virtual void SetDouble (int viewId, string? methodName, double value);
[<Android.Runtime.Register("setDouble", "(ILjava/lang/String;D)V", "GetSetDouble_ILjava_lang_String_DHandler")>]
abstract member SetDouble : int * string * double -> unit
override this.SetDouble : int * string * double -> 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
- Double
The value to pass to the method.
- Attributes
Remarks
Java documentation for android.widget.RemoteViews.setDouble(int, java.lang.String, double)
.
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.