FamilyManager
interface FamilyManager
Functions
Link copied to clipboard
Create family.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Delete family by familyId.
Link copied to clipboard
Link copied to clipboard
Edit family. The method allows you to change the family familyName with familyId and its isOpened modifier.
Link copied to clipboard
abstract suspend fun editFamilyMember(familyId: String, memberId: String, newMemberName: String): FamilyMember
Edit family member method.
Link copied to clipboard
Send invitation to user with phoneOrMail into family with familyId.
Link copied to clipboard
Join to family by inviteHash with memberName.