APersistableBundle_getDouble

Function APersistableBundle_getDouble 

Source
pub unsafe extern "C" fn APersistableBundle_getDouble(
    pBundle: *const APersistableBundle,
    key: *const c_char,
    val: *mut f64,
) -> bool
Expand description

Get a double associated with the provided key.

Available since API level 202404.

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

\return true if a value exists for the provided key