You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Dialog: add dismiss(), hide() and onCreate() methods
This commit is contained in:
@@ -8,7 +8,10 @@ public interface DialogInterface {
|
||||
/** The identifier for the neutral button. */
|
||||
int BUTTON_NEUTRAL = -3;
|
||||
|
||||
public void dismiss();
|
||||
|
||||
public interface OnDismissListener {
|
||||
void onDismiss(DialogInterface dialog);
|
||||
}
|
||||
public interface OnClickListener {
|
||||
void onClick(DialogInterface dialog, int which);
|
||||
|
||||
Reference in New Issue
Block a user