RemoteViews.SetOnClickFillInIntent(Int32, Intent) Method

Definition

When using collections (eg.

[Android.Runtime.Register("setOnClickFillInIntent", "(ILandroid/content/Intent;)V", "GetSetOnClickFillInIntent_ILandroid_content_Intent_Handler")]
public virtual void SetOnClickFillInIntent (int viewId, Android.Content.Intent? fillInIntent);
[<Android.Runtime.Register("setOnClickFillInIntent", "(ILandroid/content/Intent;)V", "GetSetOnClickFillInIntent_ILandroid_content_Intent_Handler")>]
abstract member SetOnClickFillInIntent : int * Android.Content.Intent -> unit
override this.SetOnClickFillInIntent : int * Android.Content.Intent -> unit

Parameters

viewId
Int32

The id of the view on which to set the fillInIntent

fillInIntent
Intent

The intent which will be combined with the parent's PendingIntent in order to determine the on-click behavior of the view specified by viewId

Attributes

Remarks

Java documentation for android.widget.RemoteViews.setOnClickFillInIntent(int, android.content.Intent).

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.

Applies to