Skip to content

campaigns

suspend fun campaigns(): List<Campaign>

Active campaigns for this merchant, highest priority first.

suspend fun campaigns(forceRefresh: Boolean): List<Campaign>

android

forceRefreshskips the cache and the backoff.