Room

class Room : Parcelable


Representation of a Room (e.g. Kitchen, Living Room).

Summary

Public functions

java-static Room!
create(name: String!)

Returns a Room with the given name.

Boolean
equals(other: Any?)
Int
Unit
writeToParcel(dest: Parcel!, flags: Int)

Public properties

String!

Inherited functions

From android.os.Parcelable

Public functions

create

java-static fun create(name: String!): Room!

Returns a Room with the given name.

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

name

val nameString!