belongs to Maven artifact com.android.support:support-fragment:28.0.0-alpha1
DialogFragment
public
class
DialogFragment
extends Fragment
implements
DialogInterface.OnCancelListener,
DialogInterface.OnDismissListener
java.lang.Object | ||
↳ | android.support.v4.app.Fragment | |
↳ | android.support.v4.app.DialogFragment |
![]() |
![]() |
Static library support version of the framework's DialogFragment
.
Used to write apps that run on platforms prior to Android 3.0. When running
on Android 3.0 or above, this implementation is still used; it does not try
to switch to the framework's implementation. See the framework SDK
documentation for a class overview.
Summary
Constants | |
---|---|
int |
STYLE_NORMAL
Style for |
int |
STYLE_NO_FRAME
Style for |
int |
STYLE_NO_INPUT
Style for |
int |
STYLE_NO_TITLE
Style for |
Public constructors | |
---|---|
DialogFragment()
|
Public methods | |
---|---|
void
|
dismiss()
Dismiss the fragment and its dialog. |
void
|
|