UserStateNotification

data class UserStateNotification(val userState: UserState, val changedComponents: List<UserState.Component>) : Parcelable

Constructors

Link copied to clipboard
fun UserStateNotification(userState: UserState, changedComponents: List<UserState.Component>)

Properties

Link copied to clipboard