public class

DeliveryReportActivity

extends ListActivity
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ android.app.ListActivity
             ↳ com.android.mms.ui.DeliveryReportActivity

Class Overview

This is the UI for displaying a delivery report: This activity can handle the following parameters from the intent by which it is launched: thread_id long The id of the conversation from which to get the recipients for the report. message_id long The id of the message about which a report should be displayed. message_type String The type of message (Sms or Mms). This is used in conjunction with the message id to retrive the particular message that the report will be about.

Summary

[Expand]
Inherited Constants
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
DeliveryReportActivity()
Public Methods
void onResume()
Protected Methods
void onCreate(Bundle icicle)
[Expand]
Inherited Methods
From class android.app.ListActivity
From class android.app.Activity
From class android.view.ContextThemeWrapper
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.LayoutInflater.Factory2
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Public Constructors

public DeliveryReportActivity ()

Public Methods

public void onResume ()

Protected Methods

protected void onCreate (Bundle icicle)