Function binder_ndk_sys::AStatus_getMessage

source ยท
pub unsafe extern "C" fn AStatus_getMessage(
    status: *const AStatus,
) -> *const c_char
Expand description

If there is a message associated with this status, this will return that message. If there is no message, this will return an empty string.

The returned string has the lifetime of the status object passed into this function.

Available since API level 29.

\param status the status being queried.

\return the message associated with this error.