AI-generated Key Takeaways
-
ForceNightModeis an annotation used to override the default night mode in the Navigation SDK. -
It offers three options:
AUTO,FORCE_DAY, andFORCE_NIGHTto control the app's appearance. -
AUTOlets the Navigation SDK automatically switch between day and night modes based on the user's location and time. -
FORCE_DAYandFORCE_NIGHTenforce a constant day or night mode, respectively, regardless of external factors.
Values used for overriding the default night mode (AUTO, FORCE_DAY, FORCE_NIGHT).
Constant Summary
| int | AUTO | Specify that the Navigation SDK should determine the appropriate day or night mode according to user's location and local time. |
| int | FORCE_DAY | Force day mode. |
| int | FORCE_NIGHT | Force night mode. |
Inherited Method Summary
Constants
public static final int AUTO
Specify that the Navigation SDK should determine the appropriate day or night mode according to user's location and local time.
public static final int FORCE_DAY
Force day mode.
public static final int FORCE_NIGHT
Force night mode.