RemoteViews.SetOnClickFillInIntent(Int32, Intent) 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.
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
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.