Obtaining Information About the Main Window
getMainWindowInfo
API Description
This API is used to obtain information about the main window.
Method Definition
1
|
- (HWMUISDKMainWindowInfoModel *)getMainWindowInfo; |
Parameter Description
None
Return Values
Parameter |
Type |
Description |
---|---|---|
x |
NSInteger |
Offset of the window relative to the left side of the screen. |
y |
NSInteger |
Offset of the window relative to the top of the screen. |
width |
NSInteger |
Width of the window. |
height |
NSInteger |
Height of the window. |
handle |
NSUInteger |
Window handle. |
1
|
HWMUISDKMainWindowInfoModel * info = [[HWMBizSdk getBizOpenApi] getMainWindowInfo]; |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot