# campaigns

suspend fun campaigns(): [List](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/-list/index.html)&lt;[Campaign](/developers/references/android/id-frak-sdk-rewards/campaign/)&gt;

Active campaigns for this merchant, highest priority first.

suspend fun campaigns(forceRefresh: [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html)): [List](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/-list/index.html)&lt;[Campaign](/developers/references/android/id-frak-sdk-rewards/campaign/)&gt;

#### Parameters

android

| | |
|---|---|
| forceRefresh | skips the cache and the backoff. |