Group Service Impl
Functions
Adds a user to a group associated with current user id asynchronously.
Adds a user to a group associated with current user id asynchronously with a completion callback.
Creates a new group asynchronously and associate with current user id.
Creates a new group and associate with current user id asynchronously with a completion callback.
Deletes an existing group associated with current user id asynchronously.
Deletes an existing group associated with current user id asynchronously with a completion callback.
Deletes a user from a group associated with current user id asynchronously.
Deletes a user from a group associated with current user id asynchronously with a completion callback.
Retrieves a specific group associated with the current user ID asynchronously.
Retrieves a specific group associated with current user id asynchronously with a completion callback.
Retrieves a list of groups associated with the current user ID asynchronously.
Retrieves a list of groups associated with current user id asynchronously with a completion callback.
Updates an existing group associated with current user id asynchronously.
Updates an existing group associated with current user id asynchronously with a completion callback.