Activity.SetPictureInPictureParams(PictureInPictureParams) 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.
Updates the properties of the picture-in-picture activity, or sets it to be used later when enterPictureInPictureMode() is called.
[Android.Runtime.Register("setPictureInPictureParams", "(Landroid/app/PictureInPictureParams;)V", "GetSetPictureInPictureParams_Landroid_app_PictureInPictureParams_Handler", ApiSince=26)]
public virtual void SetPictureInPictureParams(Android.App.PictureInPictureParams params);
[<Android.Runtime.Register("setPictureInPictureParams", "(Landroid/app/PictureInPictureParams;)V", "GetSetPictureInPictureParams_Landroid_app_PictureInPictureParams_Handler", ApiSince=26)>]
abstract member SetPictureInPictureParams : Android.App.PictureInPictureParams -> unit
override this.SetPictureInPictureParams : Android.App.PictureInPictureParams -> unit
Parameters
- params
- PictureInPictureParams
PictureInPictureParams: the new parameters for the picture-in-picture. This value cannot be null.
- Attributes
Remarks
Updates the properties of the picture-in-picture activity, or sets it to be used later when enterPictureInPictureMode() is called.
Android reference for android.app.Activity.setPictureInPictureParams.
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.