English | Site Directory

Android - An Open Handset Alliance Project

android.content
public interface

android.content.DialogInterface

android.content.DialogInterface
Nested Classes
DialogInterface.OnCancelListener Interface used to allow the creator of a dialog to run some code when the dialog is canceled. 
DialogInterface.OnClickListener Interface used to allow the creator of a dialog to run some code when the dialog is canceled. 
Known Indirect Subclasses

Summary

Constants

      Value  
int  BUTTON1    -1  0xffffffff 
int  BUTTON2    -2  0xfffffffe 
int  BUTTON3    -3  0xfffffffd 

Public Methods

        void  cancel()
        void  dismiss()

Details

Constants

public static final int BUTTON1

Constant Value: -1 (0xffffffff)

public static final int BUTTON2

Constant Value: -2 (0xfffffffe)

public static final int BUTTON3

Constant Value: -3 (0xfffffffd)

Public Methods

public void cancel()

public void dismiss()

Build m5-rc15g - 14 May 2008 12:50