APersistableBundle_getBoolean

Function APersistableBundle_getBoolean 

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

Get a boolean 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