public abstract class TravelerRetryFragment
extends Fragment
onAttachFragment(Context)| Modifier and Type | Class and Description |
|---|---|
static interface |
TravelerRetryFragment.RetryFragmentInteractionListener |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ARG_ERROR_ACTION |
static java.lang.String |
ARG_ERROR_MESSAGE |
static java.lang.String |
ARG_ERROR_TITLE |
| Constructor and Description |
|---|
TravelerRetryFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAttach(Context context) |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
onDetach() |
void |
setOnInteractionListener(TravelerRetryFragment.RetryFragmentInteractionListener onErrorFragmentInteractionListener) |
public static final java.lang.String ARG_ERROR_TITLE
public static final java.lang.String ARG_ERROR_MESSAGE
public static final java.lang.String ARG_ERROR_ACTION
public View onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
public void onAttach(Context context)
public void onDetach()
public void setOnInteractionListener(TravelerRetryFragment.RetryFragmentInteractionListener onErrorFragmentInteractionListener)