AppContentRequest.ProvideContent 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.
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
- content
- IList<MediaProjectionAppContent>
- 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.