Skip to main content

OH_AttachOptions_Create

Function OH_AttachOptions_Create 

Source
pub unsafe extern "C" fn OH_AttachOptions_Create(
    showKeyboard: bool,
) -> *mut InputMethod_AttachOptions
Expand description

@brief Create a new {@link InputMethod_AttachOptions} instance.

@param showKeyboard Represents whether to show the keyboard. @return If the creation succeeds, a pointer to the newly created {@link InputMethod_AttachOptions} instance is returned. If the creation fails, NULL is returned, possible cause is insufficient memory. @since 12