etebase_account_get_collection_manager method

Pointer<EtebaseCollectionManager> etebase_account_get_collection_manager(
  1. Pointer<EtebaseAccount> this_
)

Return a EtebaseCollectionManager for creating, fetching and uploading collections

@param this_ the object handle

Implementation

ffi.Pointer<EtebaseCollectionManager> etebase_account_get_collection_manager(
  ffi.Pointer<EtebaseAccount> this_,
) {
  return _etebase_account_get_collection_manager(
    this_,
  );
}