#[no_mangle]
pub unsafe extern "C" fn Java_io_projectliberty_graphsdk_Native_getUsersWithoutKeys<'local>(
    env: JNIEnv<'local>,
    _class: JClass<'local>,
    handle: jlong
) -> JByteArray<'local>
Expand description

Get users connections without keys.

Arguments

  • handle - the handle to the graph state

Returns

  • jbyteArray - the serialized users

Errors

  • SdkJniError - if getting users fails