Call a method taking one Bundle on a view in the layout for this RemoteViews.
Syntax
[Android.Runtime.Register("setBundle", "(ILjava/lang/String;Landroid/os/Bundle;)V", "GetSetBundle_ILjava_lang_String_Landroid_os_Bundle_Handler")]
public virtual
void SetBundle (
int viewId,
string methodName,
Android.OS.Bundle 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 8