APersistableBundle_putLongVector

Function APersistableBundle_putLongVector 

Source
pub unsafe extern "C" fn APersistableBundle_putLongVector(
    pBundle: *mut APersistableBundle,
    key: *const c_char,
    vec: *const i64,
    num: i32,
)
Expand description

Put an int64_t 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.