open class FavBuddyRecord
FavBuddyRecord is data structure to store user's favoured buddies as list used with FirebaseFirestore to keep track favoured record of user
Author
Chia Yu
Since
2019-10-05
<init> |
default constructor FavBuddyRecord()
alternate constructor FavBuddyRecord(buddyList: MutableList<String!>!) |
buddiesId |
List of user id, these ids will be used to denoted favoured buddies in the application var buddiesId: MutableList<String!>! |
getBuddiesId |
getter method for open fun getBuddiesId(): MutableList<Any?>! |
setBuddiesId |
setter method for open fun setBuddiesId(buddyList: MutableList<String!>!): Unit |