FirebaseVisionBarcode.Sms

public static class FirebaseVisionBarcode.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

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public String getMessage ()

Gets the message content of the sms.

public String getPhoneNumber ()

Gets the phone number of the sms.