Class ShadowSmsManager.TextSmsParams

  • Enclosing class:
    ShadowSmsManager

    public static class ShadowSmsManager.TextSmsParams
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TextSmsParams​(java.lang.String destinationAddress, java.lang.String scAddress, java.lang.String text, android.app.PendingIntent sentIntent, android.app.PendingIntent deliveryIntent)  
      TextSmsParams​(java.lang.String destinationAddress, java.lang.String scAddress, java.lang.String text, android.app.PendingIntent sentIntent, android.app.PendingIntent deliveryIntent, long messageId)  
    • Constructor Detail

      • TextSmsParams

        public TextSmsParams​(java.lang.String destinationAddress,
                             java.lang.String scAddress,
                             java.lang.String text,
                             android.app.PendingIntent sentIntent,
                             android.app.PendingIntent deliveryIntent)
      • TextSmsParams

        public TextSmsParams​(java.lang.String destinationAddress,
                             java.lang.String scAddress,
                             java.lang.String text,
                             android.app.PendingIntent sentIntent,
                             android.app.PendingIntent deliveryIntent,
                             long messageId)
    • Method Detail

      • getDestinationAddress

        public java.lang.String getDestinationAddress()
      • getScAddress

        public java.lang.String getScAddress()
      • getText

        public java.lang.String getText()
      • getSentIntent

        public android.app.PendingIntent getSentIntent()
      • getDeliveryIntent

        public android.app.PendingIntent getDeliveryIntent()
      • getMessageId

        public long getMessageId()