Class SmsListener


  • public abstract class SmsListener
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SmsListener()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void onSmsReceived​(Sms sms)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SmsListener

        public SmsListener()
    • Method Detail

      • onSmsReceived

        public abstract void onSmsReceived​(Sms sms)