All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.airbnb.mvrx.MavericksState.kt Maven / Gradle / Ivy

Go to download

Mavericks is an Android application framework that makes product development fast and fun.

There is a newer version: 3.0.9
Show newest version
package com.airbnb.mvrx

/**
 * Interface that has to be implemented by all Kotlin data classes that will be used as state.
 *
 * This is currently only used to configure Proguard to correctly work with Mavericks.
 *
 * If you need to use Fragment arguments to initialize your state, create a secondary constructor
 * that takes a parcelable object. If the Fragment that initializes this ViewModel has an argument
 * at [Mavericks.KEY_ARG], it will be passed to your secondary constructor automatically.
 */
interface MavericksState




© 2015 - 2025 Weber Informatics LLC | Privacy Policy