Repo

interface Repo

Functions

Link copied to clipboard
abstract fun getFeedsAsync(propertyId: Int, callback: MapstedLocationMarketingApi.Callback)
abstract fun getFeedsAsync(propertyIds: List<Integer>, callback: MapstedLocationMarketingApi.Callback)
abstract fun getFeedsAsync(@NonNull propertyIds: List<Integer>, limit: Int, callback: MapstedLocationMarketingApi.Callback)
This method provide feeds for given properties.
Link copied to clipboard
abstract fun getFeedsUsingPropertyId(propertyId: Int, eventCallback: Consumer<List<CoreFeed>>)
This method provide core feeds for given properties.