Class ShadowSmsManager.MultimediaMessageParams

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String locationUrl  
      protected android.app.PendingIntent pendingIntent  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MultimediaMessageParams​(android.net.Uri contentUri, java.lang.String locationUrl, android.os.Bundle configOverrides, android.app.PendingIntent pendingIntent)  
    • Field Detail

      • locationUrl

        protected final java.lang.String locationUrl
      • pendingIntent

        @Nullable
        protected final android.app.PendingIntent pendingIntent
    • Constructor Detail

      • MultimediaMessageParams

        protected MultimediaMessageParams​(android.net.Uri contentUri,
                                          java.lang.String locationUrl,
                                          @Nullable
                                          android.os.Bundle configOverrides,
                                          @Nullable
                                          android.app.PendingIntent pendingIntent)
    • Method Detail

      • getContentUri

        public android.net.Uri getContentUri()
      • getConfigOverrides

        @Nullable
        public android.os.Bundle getConfigOverrides()