OH_ArkUI_CustomDialog_CreateOptions

Function OH_ArkUI_CustomDialog_CreateOptions 

Source
pub unsafe extern "C" fn OH_ArkUI_CustomDialog_CreateOptions(
    content: ArkUI_NodeHandle,
) -> *mut ArkUI_CustomDialogOptions
Available on crate features api-12 and api-19 only.
Expand description

Creates custom dialog box options.

§Arguments

  • content - Content of the custom dialog box.

§Returns

  • Returns the pointer to the custom dialog box options.

Available since API-level: 19