SplashViewModel

class SplashViewModel @Inject constructor : ViewModel

Constructors

Link copied to clipboard
@Inject
fun SplashViewModel()

Functions

Link copied to clipboard
open fun addCloseable(@NonNull p0: Closeable)
Link copied to clipboard
fun setupTagLines(items: Array<String>)

Properties

Link copied to clipboard
val tagLine: LiveData<String>