public static interface

LocationMarketingApi.Repo

com.mapsted.locmarketing.LocationMarketingApi.Repo

Summary

Public Methods
abstract void getFeedsAsync(List<Integer> propertyIds, MapstedLocationMarketingApi.Callback callback)
abstract void getFeedsAsync(List<Integer> propertyIds, int limit, MapstedLocationMarketingApi.Callback callback)
abstract void getFeedsAsync(int propertyId, MapstedLocationMarketingApi.Callback callback)
abstract void getFeedsUsingPropertyId(int propertyId, Consumer<List<Event>> eventCallback)

Public Methods

public abstract void getFeedsAsync (List<Integer> propertyIds, MapstedLocationMarketingApi.Callback callback)

public abstract void getFeedsAsync (List<Integer> propertyIds, int limit, MapstedLocationMarketingApi.Callback callback)

public abstract void getFeedsAsync (int propertyId, MapstedLocationMarketingApi.Callback callback)

public abstract void getFeedsUsingPropertyId (int propertyId, Consumer<List<Event>> eventCallback)