APersistableBundle_putLong

Function APersistableBundle_putLong 

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

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