Class AdminQRDataFragment.QRCodeItem

java.lang.Object
com.example.rocket_launch.admin.AdminQRDataFragment.QRCodeItem
Enclosing class:
AdminQRDataFragment

public static class AdminQRDataFragment.QRCodeItem extends Object
Data class representing a QR code and its associated event ID. Author: Pouyan
  • Constructor Details

    • QRCodeItem

      public QRCodeItem(String qrCode, String eventId)
      Constructor for creating a QRCodeItem.
      Parameters:
      qrCode - The QR code string.
      eventId - The associated event ID. Author: Pouyan
  • Method Details

    • getQrCode

      public String getQrCode()
      Gets the QR code string.
      Returns:
      The QR code string. Author: Pouyan
    • getEventId

      public String getEventId()
      Gets the associated event ID
      Returns:
      The event ID. Author: Pouyan