Skip to main content

OH_AttachOptions_IsShowKeyboard

Function OH_AttachOptions_IsShowKeyboard 

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

@brief Get showKeyboard value from {@link InputMethod_AttachOptions}.

@param options Represents a pointer to an {@link InputMethod_AttachOptions} instance which will be get value from. @param showKeyboard Represents showKeyboard value. true - need to show keyboard. false - no need to show keyboard. @return Returns a specific error code. {@link IME_ERR_OK} - success. {@link IME_ERR_NULL_POINTER} - unexpected null pointer. Specific error codes can be referenced {@link InputMethod_ErrorCode}. @since 12