public class BookableActionStripFragment extends PurchaseFragment implements FetchPassesCallback
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BOOKING_CONTEXT_ARG |
Constructor and Description |
---|
BookableActionStripFragment() |
Modifier and Type | Method and Description |
---|---|
static BookableActionStripFragment |
getInstance(BookingContext bookingContext) |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
onPassFetchError(java.lang.Error error) |
void |
onPassFetchSuccess(java.util.List<Pass> pass) |
void |
onResume() |
getActivityContext, onAttach
public static final java.lang.String BOOKING_CONTEXT_ARG
public static BookableActionStripFragment getInstance(BookingContext bookingContext)
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
public void onPassFetchSuccess(java.util.List<Pass> pass)
onPassFetchSuccess
in interface FetchPassesCallback
public void onPassFetchError(java.lang.Error error)
onPassFetchError
in interface FetchPassesCallback
public void onResume()