public class SupportAlertFragment
extends DialogFragment
implements android.content.DialogInterface.OnClickListener
AlertFragment
for apps that use the Support FragmentActivity and FragmentManager
for legacy reasons.Constructor and Description |
---|
SupportAlertFragment() |
SupportAlertFragment(com.facebook.react.modules.dialog.DialogModule.AlertFragmentListener listener,
android.os.Bundle arguments) |
Modifier and Type | Method and Description |
---|---|
void |
onClick(android.content.DialogInterface dialog,
int which) |
android.app.Dialog |
onCreateDialog(android.os.Bundle savedInstanceState) |
void |
onDismiss(android.content.DialogInterface dialog) |
public SupportAlertFragment()
public SupportAlertFragment(@Nullable com.facebook.react.modules.dialog.DialogModule.AlertFragmentListener listener, android.os.Bundle arguments)
public android.app.Dialog onCreateDialog(android.os.Bundle savedInstanceState)
public void onClick(android.content.DialogInterface dialog, int which)
onClick
in interface android.content.DialogInterface.OnClickListener
public void onDismiss(android.content.DialogInterface dialog)