Package com.mapfactor.sdk.favorites
Interface FavoritesFragment.FavoriteActionListener
- Enclosing class:
- FavoritesFragment
public static interface FavoritesFragment.FavoriteActionListener
Favorites fragment item action was performed listener
- Since:
- 3.11
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFavoriteAction
(Favorite favorite, FavoritesFragment.FavoriteAction action) An action was performed with a favorite
-
Method Details
-
onFavoriteAction
An action was performed with a favorite- Parameters:
favorite
- favorite itemaction
- action that was performed with the favorite- Since:
- 3.11
-