Class ShadowTelephonyManager.VisualVoicemailSmsParams

java.lang.Object
org.robolectric.shadows.ShadowTelephonyManager.VisualVoicemailSmsParams
Enclosing class:
ShadowTelephonyManager

public static class ShadowTelephonyManager.VisualVoicemailSmsParams extends Object
  • Constructor Details

    • VisualVoicemailSmsParams

      public VisualVoicemailSmsParams(String destinationAddress, int port, String text, PendingIntent sentIntent)
  • Method Details

    • getDestinationAddress

      public String getDestinationAddress()
    • getPort

      public int getPort()
    • getText

      public String getText()
    • getSentIntent

      public PendingIntent getSentIntent()