Related questions
Question 235 - H14-231_V1.0 discussion
Regarding the boot mode of UIAbility, the following statement is incorrect
A.
UIAbility supports three launch modes: single-instance, standard-mode, and specified instance, which can be configured in module.json via launchType.
B.
singleton is a single-instance mode, only one instance exists in the system, and if it already exists, the only instance in the system is reused.
C.
standard is the standard mode, and a new instance will be started every time startAbility, and the system defaults to the standard mode.
D.
specified is the specified instance mode, and the internal business of Ability decides whether to create multiple instances during runtime.
Your answer:
0 comments
Sorted by
Leave a comment first