Lingua

AppContentRequest.ProvideContent Method

Definition

Used to return the content to the requester.

[Android.Runtime.Register("provideContent", "(Ljava/util/List;)V", "", ApiSince=37)]
public void ProvideContent(System.Collections.Generic.IList<Android.Media.Projection.MediaProjectionAppContent> content);
[<Android.Runtime.Register("provideContent", "(Ljava/util/List;)V", "", ApiSince=37)>]
member this.ProvideContent : System.Collections.Generic.IList<Android.Media.Projection.MediaProjectionAppContent> -> unit

Parameters

Attributes

Remarks

Used to return the content to the requester. The content passed here will replace any previously provided content.

If no more content is available to offer, an empty list can be passed.

Android reference for android.media.projection.AppContentRequest.provideContent.

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