Function binder_ndk_sys::AIBinder_getUserData

source ยท
pub unsafe extern "C" fn AIBinder_getUserData(
    binder: *mut AIBinder,
) -> *mut c_void
Expand description

Value returned by onCreate for a local binder. For stateless classes (if onCreate returns null), this also returns null. For a remote binder, this will always return null.

Available since API level 29.

\param binder the object that is being queried.

\return the userdata returned from AIBinder_onCreate when this object was created. This may be null for stateless objects. For remote objects, this is always null.