pub unsafe extern "C" fn OH_ArkUI_DrawableDescriptor_SetAnimationIteration(
drawableDescriptor: *mut ArkUI_DrawableDescriptor,
iteration: i32,
)Available on crate feature
api-12 only.Expand description
Sets the number of playback times.
ยงArguments
drawableDescriptor - Indicates the pointer to the drawableDescriptor.
iterations - Indicates the number of playback times.
Available since API-level: 12