OH_ArkUI_FocusSetAutoTransfer

Function OH_ArkUI_FocusSetAutoTransfer 

Source
pub unsafe extern "C" fn OH_ArkUI_FocusSetAutoTransfer(
    uiContext: ArkUI_ContextHandle,
    autoTransfer: bool,
)
Available on crate feature api-15 only.
Expand description

Set the focus transfer behaviour when current focus view changes.

ยงArguments

  • uiContext - Indicates the pointer to a UI instance.

  • autoTransfer - Indicates whether to transfer focus when focus view show.

Available since API-level: 15