etebase_invitation_manager_accept method
int
etebase_invitation_manager_accept(
- Pointer<
EtebaseCollectionInvitationManager> this_, - Pointer<
EtebaseSignedInvitation> invitation
Accept an invitation
@param this_ the object handle @param invitation the invitation to accept
Implementation
int etebase_invitation_manager_accept(
ffi.Pointer<EtebaseCollectionInvitationManager> this_,
ffi.Pointer<EtebaseSignedInvitation> invitation,
) {
return _etebase_invitation_manager_accept(
this_,
invitation,
);
}