Package-level declarations

Types

Link copied to clipboard
class StreamOfflinePluginFactory @JvmOverloads constructor(appContext: Context, ignoredChannelTypes: Set<String> = emptySet(), now: () -> Long = { System.currentTimeMillis() }) : PluginFactory, RepositoryFactory.Provider

Implementation of PluginFactory that provides OfflinePlugin.