pub unsafe extern "C" fn APersistableBundle_putDoubleVector(
pBundle: *mut APersistableBundle,
key: *const c_char,
vec: *const f64,
num: i32,
)Expand description
Put a double vector associated with the provided key. New values with the same key will overwrite existing values. The values are copied.
\param pBundle to operate on \param key for the mapping in UTF-8 \param vec vector to put for the mapping \param num number of elements in the vector
Available since API level 202404.