# Display >![](../../public_sys-resources/icon-note.gif) **NOTE:** >The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version. ## Modules to Import ``` import display from '@ohos.display'; ``` ## Required Permissions None ## DisplayState Provides the state of a display.
Exact physical dots per inch of the screen in the horizontal direction. |
||||
Exact physical dots per inch of the screen in the vertical direction. |
AsyncCallback<Display> |
Callback used to return the attributes of the default display. |
AsyncCallback<Array<Display>> |