We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f3006 commit e7d329bCopy full SHA for e7d329b
stream-android-core/src/main/java/io/getstream/android/core/api/subscribe/StreamSubscriptionManager.kt
@@ -44,7 +44,7 @@ interface StreamSubscriptionManager<T> {
44
*
45
* @property retention Controls how the manager retains the listener reference.
46
*/
47
- data class Options(val retention: Retention = Retention.KEEP_UNTIL_CANCELLED) {
+ data class Options(val retention: Retention = Retention.AUTO_REMOVE) {
48
/** Retention policy for a subscribed listener. */
49
enum class Retention {
50
/**
0 commit comments