pub unsafe extern "C" fn OH_ArkUI_CustomDialog_GetState(
handle: ArkUI_NativeDialogHandle,
state: *mut ArkUI_DialogState,
) -> i32Available on crate features
api-12 and api-20 only.Expand description
Get state of dialog.
§Arguments
-
handle- Indicates the pointer to the custom dialog box controller. -
state- Dialog state object.
§Returns
- Returns the error code.
Returns [
ARKUI_ERROR_CODE_NO_ERROR] if the operation is successful. Returns [ARKUI_ERROR_CODE_PARAM_INVALID] if a parameter error occurs.
Available since API-level: 20