JoiningQRCode
The JoiningQRCode class is useful to represent a Nova's joining QRCode to join in a Project
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxItem
Constructors
Link copied to clipboard
constructor()
Constructor to init the JoiningQRCode class No-any params required
constructor(QRCodeId: String, project: Project, invitedMembers: HashMap<String, NovaUser.Role>, creationDate: Long, joinCode: String)
Constructor to init the JoiningQRCode class
constructor(jJoiningQRCode: JSONObject)
Constructor to init the JoiningQRCode class
Properties
Link copied to clipboard
CREATE_JOIN_CODE_KEY the key for the "createJoinCode" flagLink copied to clipboard
creationDate the date of the creation of the joining qrcodeLink copied to clipboard
Link copied to clipboard
WRONG_NAME_MESSAGE error message used when the joining qr code is expiredLink copied to clipboard
Link copied to clipboard
invitedMembers the list of emails allowed to use the joining qrcode to join in the projectLink copied to clipboard
JOIN_CODE_KEY the key for the "join_code" fieldLink copied to clipboard
JOINING_QRCODES_KEY the key for the "joiningQrcodes" fieldLink copied to clipboard
JOINING_QRCODES_MEMBERS_KEY the key for the "joining_qrcode_members" fieldLink copied to clipboard
JOINING_QRCODES_TABLE the key for the "joining_qrcodes" tableLink copied to clipboard
Functions
Link copied to clipboard
Method to get whether a member is invited, so allowed to join in a Project, with the current joining code
Link copied to clipboard
Method to get the share link for the current joining QR-Code