pub unsafe extern "C" fn AStatus_isOk(status: *const AStatus) -> bool
Expand description
Whether this object represents a successful transaction. If this function returns true, then AStatus_getExceptionCode will return EX_NONE.
Available since API level 29.
\param status the status being queried.
\return whether the status represents a successful transaction. For more details, see below.