APersistableBundle_putPersistableBundle

Function APersistableBundle_putPersistableBundle 

Source
pub unsafe extern "C" fn APersistableBundle_putPersistableBundle(
    pBundle: *mut APersistableBundle,
    key: *const c_char,
    val: *const APersistableBundle,
)
Expand description

Put an APersistableBundle associated with the provided key. New values with the same key will overwrite existing values. The value is deep-copied.

\param pBundle to operate on \param key for the mapping in UTF-8 \param val value to put for the mapping

Available since API level 202404.