Window.SetPreferMinimalPostProcessing(Boolean) 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.
If isPreferred is true, this method requests that the connected display does minimal
post processing when this window is visible on the screen.
[Android.Runtime.Register("setPreferMinimalPostProcessing", "(Z)V", "GetSetPreferMinimalPostProcessing_ZHandler", ApiSince=30)]
public virtual void SetPreferMinimalPostProcessing (bool isPreferred);
[<Android.Runtime.Register("setPreferMinimalPostProcessing", "(Z)V", "GetSetPreferMinimalPostProcessing_ZHandler", ApiSince=30)>]
abstract member SetPreferMinimalPostProcessing : bool -> unit
override this.SetPreferMinimalPostProcessing : bool -> unit
Parameters
- isPreferred
- Boolean
Indicates whether minimal post processing is preferred for this window
(isPreferred=true) or not (isPreferred=false).
- Attributes
Remarks
Java documentation for android.view.Window.setPreferMinimalPostProcessing(boolean).
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.