If a developer uses custom components when developing a HarmonyOS application, what are the correct descriptions of custom components below?
When creating a test user for a meta-service, you need to select the storage location of the user list
If a developer wants to develop a local background music playback function, he needs to implement Page Ability to start Service Ability, which of the following parameters need to be specified when starting?
Which of the following sorting types does the trusted list of devices found by HarmonyOS Device Manager contain?
Which kind of decorator can be used as a page entry component?
Whichof the following does not belong to the application framework layer in theHarmony OS system architecture?
What development steps does a developer use to develop an application with a UI?
There are two Text components in the Row component, if the justifyContent alignment method is used, which of the following properties can be aligned to the left and right ends
Which of the following properties about Web components is incorrect?
In order to control the access of a specific interface to the caller, an application confirms that the visitor has the required permissions through verifyCallingPermission. Which of the following descriptions is correct?
The library file is the third-party code that the application depends, which are the correct ways to use the following library files?
If a developer needs to use the JavaScript UI framework to develop an application, which of the following components can the developer choose?
For example, if you want to implement an advertising pop-up window now, including information such as pictures and text, you can use the following pop-up window
When the state data of @State modification is modified, the () method of the component will be triggered to update the UI interface
A HarmonyOS developer uses the EventHandler mechanism to process four events: A, B, C, and D, where event D retains the default priority, and the priority properties of the other three events are set as follows: Event A: Priority.INTERMEDIATE Event B: Priority.HIGH Event C: Priority.IDLEWhich of the following statements about the above events are correct?