Class ShadowSmsManager.DataMessageParams

  • Enclosing class:
    ShadowSmsManager

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

      Constructors 
      Constructor Description
      DataMessageParams​(java.lang.String destinationAddress, java.lang.String scAddress, short destinationPort, byte[] data, android.app.PendingIntent sentIntent, android.app.PendingIntent deliveryIntent)  
    • Constructor Detail

      • DataMessageParams

        public DataMessageParams​(java.lang.String destinationAddress,
                                 java.lang.String scAddress,
                                 short destinationPort,
                                 byte[] data,
                                 android.app.PendingIntent sentIntent,
                                 android.app.PendingIntent deliveryIntent)
    • Method Detail

      • getDestinationAddress

        public java.lang.String getDestinationAddress()
      • getScAddress

        public java.lang.String getScAddress()
      • getDestinationPort

        public short getDestinationPort()
      • getData

        public byte[] getData()
      • getSentIntent

        public android.app.PendingIntent getSentIntent()
      • getDeliveryIntent

        public android.app.PendingIntent getDeliveryIntent()