pub unsafe extern "C" fn APersistableBundle_putDouble(
pBundle: *mut APersistableBundle,
key: *const c_char,
val: f64,
)Expand description
Put a double 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.