Call a method taking one double on a view in the layout for this RemoteViews.
Syntax
[Android.Runtime.Register("setDouble", "(ILjava/lang/String;D)V", "GetSetDouble_ILjava_lang_String_DHandler")]
public virtual
void SetDouble (
int viewId,
string methodName,
double value)
Parameters
- viewId
- The id of the view on which to call the method.
- methodName
- The name of the method to call.
- value
- The value to pass to the method.
Remarks
Requirements
Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3