Skip to main content

OH_ArkUI_Swiper_ShowPrevious

Function OH_ArkUI_Swiper_ShowPrevious 

Source
pub unsafe extern "C" fn OH_ArkUI_Swiper_ShowPrevious(
    node: ArkUI_NodeHandle,
) -> i32
Available on crate features api-12 and api-23 only.
Expand description

Show the previous page of the Swiper node.

§Arguments

  • node - ArkUI_NodeHandle pointer.

§Returns

  • Error code. [ARKUI_ERROR_CODE_NO_ERROR] Success. [ARKUI_ERROR_CODE_PARAM_INVALID] Function parameter exception.

Available since API-level: 23