pub unsafe extern "C" fn APersistableBundle_getLong(
pBundle: *const APersistableBundle,
key: *const c_char,
val: *mut i64,
) -> boolExpand description
Get an int64_t 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