AdapterViewAnimator.SetRemoteViewsAdapter(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.
Sets up this AdapterViewAnimator to use a remote views adapter which connects to a RemoteViewsService through the specified intent.
[Android.Runtime.Register("setRemoteViewsAdapter", "(Landroid/content/Intent;)V", "GetSetRemoteViewsAdapter_Landroid_content_Intent_Handler")]
public virtual void SetRemoteViewsAdapter (Android.Content.Intent? intent);
[<Android.Runtime.Register("setRemoteViewsAdapter", "(Landroid/content/Intent;)V", "GetSetRemoteViewsAdapter_Landroid_content_Intent_Handler")>]
abstract member SetRemoteViewsAdapter : Android.Content.Intent -> unit
override this.SetRemoteViewsAdapter : Android.Content.Intent -> unit
Parameters
- intent
- Intent
the intent used to identify the RemoteViewsService for the adapter to connect to.
- Attributes
Remarks
Sets up this AdapterViewAnimator to use a remote views adapter which connects to a RemoteViewsService through the specified 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.