Call a method taking one Intent on a view in the layout for this RemoteViews.
Syntax
[Android.Runtime.Register("setIntent", "(ILjava/lang/String;Landroid/content/Intent;)V", "GetSetIntent_ILjava_lang_String_Landroid_content_Intent_Handler")]
public virtual
void SetIntent (
int viewId,
string methodName,
Android.Content.Intent value)
Parameters
- viewId
- The id of the view on which to call the method.
- methodName
- The name of the method to call.
- value
- The Android.Content.Intent to pass 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 11