setAllowAutomaticPictureInPicture method

void setAllowAutomaticPictureInPicture(
  1. bool allowBackgroundPlayback
)
inherited

Implementation

void setAllowAutomaticPictureInPicture(bool allowBackgroundPlayback) {
  _nativeAPI.setAllowAutomaticPictureInPicture(allowBackgroundPlayback);
}