Package 

Class QRContent

  • All Implemented Interfaces:

    
    public class QRContent
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class QRContent.Plain

      Plain text or unknown content QR Code type.

      public final class QRContent.Wifi

      Wi-Fi access point details from a 'WIFI:' or similar QR Code type.

      public final class QRContent.Url

      A URL or URL bookmark from a 'MEBKM:' or similar QR Code type.

      public final class QRContent.Sms

      An SMS message from an 'SMS:' or similar QR Code type.

      public final class QRContent.GeoPoint

      GPS coordinates from a 'GEO:' or similar QR Code type.

      public final class QRContent.Email

      An email message from a 'MAILTO:' or similar QR Code type.

      public final class QRContent.Phone

      A phone number from a 'TEL:' or similar QR Code type.

      public final class QRContent.ContactInfo

      A person's or organization's business card.

      public final class QRContent.CalendarEvent

      A calendar event extracted from a QR Code.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String rawValue
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getRawValue()
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait