Package 

Class ChatKt

    • Method Summary

      Modifier and Type Method Description
      final static Chat rememberChat(Room room) Creates a Chat that is remembered across compositions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • rememberChat

        @Composable() final static Chat rememberChat(Room room)

        Creates a Chat that is remembered across compositions.

        Changing the room value will result in a new Chat object being created.