pub unsafe extern "C" fn APersistableBundle_putBooleanVector(
pBundle: *mut APersistableBundle,
key: *const c_char,
vec: *const bool,
num: i32,
)Expand description
Put a boolean 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.