public class

FeedsHelper

extends Object
java.lang.Object
   ↳ com.mapsted.locmarketing.FeedsHelper

Summary

Public Constructors
FeedsHelper(CoreApi coreApi, NotifyRepository notifyRepository)
Public Methods
static List<Feed> parseCampaignsToFeeds(List<Campaign> campaigns, CoreApi coreApi)
Note: also filters expired campaigns ie if schedule end date is before today, they are not returned.
void showFeeds(ViewGroup feedsContainer, int propertyId)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FeedsHelper (CoreApi coreApi, NotifyRepository notifyRepository)

Public Methods

public static List<Feed> parseCampaignsToFeeds (List<Campaign> campaigns, CoreApi coreApi)

Note: also filters expired campaigns ie if schedule end date is before today, they are not returned.

public void showFeeds (ViewGroup feedsContainer, int propertyId)