APersistableBundle_putInt

Function APersistableBundle_putInt 

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

Put an int32_t associated with the provided key. New values with the same key will overwrite existing values.

\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.