DisplayManager.DisplayCategoryPresentation Field
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.
Display category: Presentation displays.
[Android.Runtime.Register("DISPLAY_CATEGORY_PRESENTATION")]
public const string DisplayCategoryPresentation;
[<Android.Runtime.Register("DISPLAY_CATEGORY_PRESENTATION")>]
val mutable DisplayCategoryPresentation : string
Field Value
- Attributes
Remarks
Display category: Presentation displays.
This category can be used to identify secondary displays that are suitable for use as presentation displays such as external or wireless displays. Applications may automatically project their content to presentation displays to provide richer second screen experiences.
Java documentation for android.hardware.display.DisplayManager.DISPLAY_CATEGORY_PRESENTATION
.
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.