public static class Barcode.Sms extends Object
A sms message from a 'SMS:' or similar QRCode type.
Public Method Summary
String |
getMessage()
Gets the message content of the sms.
|
String |
getPhoneNumber()
Gets the phone number of the sms.
|
Inherited Method Summary
Public Methods
public String getMessage ()
Gets the message content of the sms.
Returns null
if not available.
public String getPhoneNumber ()
Gets the phone number of the sms.
Returns null
if not available.