Version: 1.7
LanguageEnglish
  • C#

OpenHarmonyDeviceTypes

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

OpenHarmony device types that are going to run the application.

Properties

NoneInvalid device type. Choose this and the deviceTypes will be set to default(Phone, Tablet, 2in1)
PhoneRun application on phone.
TabletRun application on tablet.
TwoInOneRun application on 2in1 device.
TvRun application on tv.
WearableRun application on wearable device.
CarRun application on car.
AllRun application on all device types.