VRValidationResult¶
Class to encapsulate the validation result that is checked by VROEMService.
Construction¶
- VRValidationResult(boolean success, boolean hasExternalDisplay, boolean dimScreen)
- The contruction of VRValidationResult.
- param success the validation result.
- param hasExternalDisplay which indicates the HDM device supports external diaplay or not.
- param dimScreen which indicates the screen of mobile device needs to dim or not.
Method definition¶
- boolean getSuccess()
- Get the success value of VR validation result.
- return true for validation success; otherwise false.
- boolean getHasExternalDisplay()
- Get the HasExternalDisplay value of VR validation result.
- return true for supporting external display; otherwise false.
- boolean getDimScreen()
- Get the DimScreen value of VR validation result.
- return true for dim the screen of mobile device; otherwise false.