-
- All Implemented Interfaces:
public interface FragmentImplCallbackInternal use only.
-
-
Method Summary
Modifier and Type Method Description abstract ActivitygetActivity()abstract ViewgetView()abstract voidstartActivity(Intent intent)abstract voidstartActivityForResult(Intent intent, int requestCode)abstract voidshowAlertDialog(@NonNull() String message, @NonNull() String positiveButtonTitle, @NonNull() DialogInterface.OnClickListener positiveButtonClickListener, @Nullable() String negativeButtonTitle, @Nullable() DialogInterface.OnClickListener negativeButtonClickListener, @Nullable() DialogInterface.OnCancelListener cancelListener)-
-
Method Detail
-
getActivity
@Nullable() abstract Activity getActivity()
-
startActivity
abstract void startActivity(Intent intent)
-
startActivityForResult
abstract void startActivityForResult(Intent intent, int requestCode)
-
showAlertDialog
abstract void showAlertDialog(@NonNull() String message, @NonNull() String positiveButtonTitle, @NonNull() DialogInterface.OnClickListener positiveButtonClickListener, @Nullable() String negativeButtonTitle, @Nullable() DialogInterface.OnClickListener negativeButtonClickListener, @Nullable() DialogInterface.OnCancelListener cancelListener)
-
-
-
-