We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd42cd3 commit 56db38fCopy full SHA for 56db38f
android/src/main/java/com/segment/analytics/kotlin/android/Storage.kt
@@ -16,9 +16,9 @@ import sovran.kotlin.Store
16
@Deprecated("Use StorageProvider to create storage for Android instead")
17
class AndroidStorage(
18
context: Context,
19
- private val store: Store,
+ store: Store,
20
writeKey: String,
21
- private val ioDispatcher: CoroutineDispatcher,
+ ioDispatcher: CoroutineDispatcher,
22
directory: String? = null,
23
subject: String? = null
24
) : AndroidStorageImpl(
0 commit comments