Interface ActivityMapper

All Known Implementing Classes:
CachingActivityMapper, FilteredActivityMapper

public interface ActivityMapper
Finds the activity to run for a given Place, used to configure an ActivityManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the activity to run for the given Place, or null.
  • Method Details

    • getActivity

      Activity getActivity(Place place)
      Returns the activity to run for the given Place, or null.
      Parameters:
      place - a Place object