#[repr(C)]pub struct ArkUI_AnimateCompleteCallback {
pub type_: ArkUI_FinishCallbackType,
pub callback: Option<unsafe extern "C" fn(userData: *mut c_void)>,
pub userData: *mut c_void,
}Available on crate feature
api-12 only.Expand description
Defines the callback type for when the animation playback is complete.
Available since API-level: 12
Fields§
§type_: ArkUI_FinishCallbackTypeType of the onFinish callback.
callback: Option<unsafe extern "C" fn(userData: *mut c_void)>Callback invoked when the animation playback is complete.
userData: *mut c_voidCustom type.