getFeedsAsync

abstract fun getFeedsAsync(propertyIds: List<Integer>, callback: MapstedLocationMarketingApi.Callback)

This method provide feeds for given properties.

Parameters

propertyIds,

list of propertyIds

callback,

higher order method that will provide list of feeds


abstract fun getFeedsAsync(@NonNull propertyIds: List<Integer>, limit: Int, callback: MapstedLocationMarketingApi.Callback)

This method provide feeds for given properties.

Parameters

propertyIds,

list of propertyIds

limit,

provide results size.

callback,

higher order method that will provide list of feeds


abstract fun getFeedsAsync(propertyId: Int, callback: MapstedLocationMarketingApi.Callback)

This method provide feeds for given properties.

Parameters

propertyId,

propertyId for which feeds required to fetch

callback,

higher order method that will provide list of feeds