Function binder_ndk_sys::AIBinder_getClass

source ·
pub unsafe extern "C" fn AIBinder_getClass(
    binder: *mut AIBinder,
) -> *const AIBinder_Class
Expand description

Returns the class that this binder was constructed with or associated with.

Available since API level 29.

\param binder the object that is being queried.

\return the class that this binder is associated with. If this binder wasn’t created with AIBinder_new, and AIBinder_associateClass hasn’t been called, then this will return null.